summaryrefslogtreecommitdiff
path: root/sphinx/transforms
Commit message (Expand)AuthorAgeFilesLines
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-191-2/+2
* Fix AssertionError is raised for custom citation_reference node (refs: #6147)Takeshi KOMIYA2019-03-091-1/+1
* modify deprecated methodChris Sewell2019-03-081-3/+2
* Merge remote-tracking branch 'upstream/2.0' into propogate_citeref_classesChris Sewell2019-03-088-293/+250
|\
| * Merge pull request #6133 from tk0miya/cleanup_import_for_annotationsTakeshi KOMIYA2019-03-071-5/+1
| |\
| | * Clean up import for annotationsTakeshi KOMIYA2019-03-061-5/+1
| * | Fix #5391: A cross reference in heading is rendered as literalTakeshi KOMIYA2019-03-021-5/+1
| |/
| * Close #4550: All tables and figures without ``align`` option are displayed to...Takeshi KOMIYA2019-02-081-1/+14
| * Close #1851: Allow to omit an argument for code-block directiveTakeshi KOMIYA2019-02-041-1/+1
| * refactor: deprecate some pycompat functionsTakeshi KOMIYA2019-01-071-1/+1
| * Merge branch '1.8'Takeshi KOMIYA2019-01-028-8/+8
| |\
| * | Replace use of six.text_type with strJon Dufresne2018-12-182-5/+2
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-168-8/+0
| * | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-162-3/+3
| * | Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA2018-12-161-2/+2
| |\ \
| | * | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-2/+2
| * | | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-153-5/+5
| |/ /
| * | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-156-28/+22
| * | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-1/+1
| * | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-3/+3
| * | refactor SphinxSmartQuotes: Override smartquotes_action by str value (instaed...Takeshi KOMIYA2018-12-121-9/+3
| * | Fix annotationsTakeshi KOMIYA2018-12-101-3/+5
| * | Fix annotationsTakeshi KOMIYA2018-12-083-12/+16
| * | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-032-9/+9
| * | Fix annotations for i18nTakeshi KOMIYA2018-12-011-36/+37
| * | Fix annotations (in some modules)Takeshi KOMIYA2018-12-011-18/+18
| * | Fix annotations for transformsTakeshi KOMIYA2018-11-296-54/+59
| * | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-3/+3
| * | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-246-0/+6
| * | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-238-52/+58
| * | Use super() to call parent class's methodJon Dufresne2018-11-112-2/+2
| * | Merge branch '1.8'jfbu2018-11-061-7/+7
| |\ \
| * \ \ Merge branch '1.8'Takeshi KOMIYA2018-11-011-13/+17
| |\ \ \
| * \ \ \ Merge branch '1.8'Takeshi KOMIYA2018-10-161-2/+2
| |\ \ \ \
| * | | | | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-231-2/+1
| * | | | | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-34/+0
| * | | | | Merge pull request #5346 from tk0miya/add_NodeMatcherTakeshi KOMIYA2018-08-291-31/+16
| |\ \ \ \ \
| | * | | | | Apply NodeMatcher to SphinxTakeshi KOMIYA2018-08-261-31/+16
* | | | | | | propogate cite_reference node classes to pending_xref nodeChris Sewell2019-03-081-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | A happy new year!Takeshi KOMIYA2019-01-028-8/+8
| |_|_|_|/ |/| | | |
* | | | | Fix #3002: i18n: multiple footnote_references referring same footnote causes ...Takeshi KOMIYA2018-11-011-7/+7
| |_|_|/ |/| | |
* | | | Fix #5419: incompatible math_block node has been generatedTakeshi KOMIYA2018-10-151-13/+17
| |_|/ |/| |
* | | Fix #5492: sphinx-build fails to build docs w/ Python < 3.5.2Takeshi KOMIYA2018-10-061-2/+2
|/ /
* | Fix i18n: warnings for translation catalogs have wrong line numbersTakeshi KOMIYA2018-08-221-2/+2
|/
* Apply :confval:`trim_doctest_flags` to all builders (cf. text, manpages)Takeshi KOMIYA2018-07-211-0/+44
* Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA2018-07-211-0/+106
* Merge branch '1.7'Takeshi KOMIYA2018-07-171-7/+12
|\
| * Fix #3329: i18n: crashed by auto-symbol footnote referencesTakeshi KOMIYA2018-07-151-7/+12
* | Fix #5017: old displaymath node makes writers crashedTakeshi KOMIYA2018-05-311-2/+6
* | Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-1/+33