summaryrefslogtreecommitdiff
path: root/sphinx/util/docutils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #6477: Escape first "!" in a cross reference linking no longer possibleTakeshi KOMIYA2020-03-281-0/+4
* Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-221-4/+0
|\
| * Fix #7343: Sphinx builds has been slower since 2.4.0 on debug modeTakeshi KOMIYA2020-03-201-4/+0
* | C and C++ domains, change to new loggingJakob Lykke Andersen2020-03-171-4/+9
* | Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-011-4/+4
|\ \ | |/
| * Fix #7223: Sphinx builds has been slower since 2.4.0Takeshi KOMIYA2020-02-291-4/+4
* | refactor: Update type annotations in sphinx.util.*Takeshi KOMIYA2020-02-231-4/+6
* | Merge branch '2.0'Takeshi KOMIYA2020-01-191-1/+40
|\ \ | |/
| * SphinxTranslator calls visitor/departure method for super node classTakeshi KOMIYA2020-01-101-1/+40
* | Merge branch '2.0'Takeshi KOMIYA2020-01-011-2/+2
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+4
* | Merge branch '2.0'Takeshi KOMIYA2019-11-171-2/+1
|\ \ | |/
| * Don't return False always on __exit__()Takeshi KOMIYA2019-10-201-2/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-10-201-1/+1
|\ \ | |/
| * Fix mypy violations (for mypy-0.740)Takeshi KOMIYA2019-10-201-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-10-061-8/+8
|\ \ | |/
| * Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-8/+8
* | Merge branch '2.0'jfbu2019-08-011-7/+8
|\ \ | |/
| * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-7/+8
* | Merge branch '2.0'Takeshi KOMIYA2019-07-131-8/+8
|\ \ | |/
| * Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-131-8/+8
| |\
| | * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-8/+8
* | | Merge branch '2.0'Takeshi KOMIYA2019-06-151-10/+10
|\ \ \ | |/ /
| * | Fix #6486: UnboundLocalError is raised if broken extension installedTakeshi KOMIYA2019-06-151-1/+1
| * | refactor: correct interface of directive() and role() to docutils'Takeshi KOMIYA2019-06-091-9/+9
* | | Merge branch '2.0'Takeshi KOMIYA2019-06-091-92/+57
|\ \ \ | |/ /
| * | Migrate to py3 style type annotation: sphinx.util.docutilsTakeshi KOMIYA2019-06-031-94/+58
| |/
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-24/+2
|/
* Merge branch '2.0'Takeshi KOMIYA2019-03-071-1/+0
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* | Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA2019-03-031-0/+5
|/
* docs: Add SphinxRole and ReferenceRoleTakeshi KOMIYA2019-02-161-1/+14
* refactor: Rename the first argument of roles to `name`Takeshi KOMIYA2019-02-161-9/+9
* Replace :pep: and :rfc: roles by class based implementationTakeshi KOMIYA2019-02-161-2/+11
* Replace :index: role by class based implementationTakeshi KOMIYA2019-02-161-0/+33
* Add SphinxRoleTakeshi KOMIYA2019-02-061-2/+41
* Merge branch '1.8'Takeshi KOMIYA2019-01-131-1/+1
|\
| * Fix #5928: KeyError: 'DOCUTILSCONFIG' when running buildTakeshi KOMIYA2019-01-121-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Reorder the arguments for translatorsTakeshi KOMIYA2018-12-171-2/+2
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-6/+6
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-17/+17
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-14/+15
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-3/+3
* | Remove SphinxTranslator.get_settings()Takeshi KOMIYA2018-12-121-10/+1