summaryrefslogtreecommitdiff
path: root/sphinx/util/docutils.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
| | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | Merge branch '1.7'Takeshi KOMIYA2018-03-031-0/+8
|\ \ | |/
| * Fix #4685: autosummary emits meaningless warningsTakeshi KOMIYA2018-03-011-0/+8
| |
* | Add simple wrapper to register nodesTakeshi KOMIYA2018-02-211-1/+37
| |
* | Show deprecation warning in directive_helper()Takeshi KOMIYA2018-02-211-0/+6
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
|
* Fix #4230: slowdown in writing document with sphinx 1.6Takeshi KOMIYA2018-01-301-1/+28
| | | | | | ``docutils.utils.new_document()`` is much slower than an instantiation of document node. This adds a much faster alternative of the function which uses caches internally.
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
|
* Fix flake8 violationTakeshi KOMIYA2018-01-201-2/+2
|
* Drop unused method; LoggingReporter.set_source()Takeshi KOMIYA2018-01-201-15/+0
|
* Merge branch 'master' into refactor_AutoDirectiveTakeshi KOMIYA2018-01-081-1/+1
|\
| * Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| | |
* | | Revert the changes of directive_helperTakeshi KOMIYA2017-12-201-4/+4
| | |
* | | Fix mypy violationsTakeshi KOMIYA2017-12-181-2/+2
| | |
* | | Replace AutodocReporter by switch_source_input()Takeshi KOMIYA2017-12-171-1/+21
| | |
* | | autodoc: refactor AutoDirectiveTakeshi KOMIYA2017-12-171-4/+4
|/ /
* | Fix mypy violationTakeshi KOMIYA2017-12-141-1/+1
| |
* | Add test_io.pyTakeshi KOMIYA2017-12-121-1/+18
| |
* | Remove LoggingReporter.set_conditions() (unused)Takeshi KOMIYA2017-12-121-4/+0
| |
* | Add LoggingReporter.from_reporter() constructorTakeshi KOMIYA2017-12-121-0/+7
|/
* Fix mypy violationTakeshi KOMIYA2017-10-221-1/+1
|
* Fix #4132: Failed to convert reST parser error to warningTakeshi KOMIYA2017-10-221-3/+3
|
* Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-3/+3
|
* Refactor patching docutilsTakeshi KOMIYA2017-05-281-1/+26
|
* Fix #3803: Sphinx crashes with invalid PO filesTakeshi KOMIYA2017-05-251-1/+1
|
* Move Sphinx._directive_helper() to sphinx.util.docutilsTakeshi KOMIYA2017-04-221-1/+18
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-2/+1
| |
* | Add experimental HTML5 writerYoshiki Shibukawa2017-03-021-0/+5
| |
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+2
| |
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-1/+8
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
| |
* | Refactor SphinxLoggerAdapterTakeshi KOMIYA2017-01-021-13/+1
| |
* | docutils bridgeTakeshi KOMIYA2017-01-021-0/+41
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-12-121-0/+4
|\ \ | |/
| * Fix version comparison (refs: #3217)Takeshi KOMIYA2016-12-121-0/+4
| |
* | Use env.get_domain() instead env.domains[]Takeshi KOMIYA2016-11-171-2/+2
| |
* | Add type-check annotations to sphinx.utilTakeshi KOMIYA2016-11-161-2/+14
|/
* Uninstall sphinx directives and roles of domains after buildTakeshi KOMIYA2016-09-211-0/+71
|
* Fix #2687: Uninstall sphinx directives and roles after buildTakeshi KOMIYA2016-09-211-0/+28