summaryrefslogtreecommitdiff
path: root/sphinx/transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-0/+54
* | Merge branch '1.7'Takeshi KOMIYA2018-05-141-5/+24
|\ \ | |/
| * fix #4938: i18n doesn't handle node.title correctly (#4939)Takayuki SHIMIZUKAWA2018-05-111-5/+24
* | Fix wrong argument for Domain.process_docTakeshi KOMIYA2018-05-091-1/+1
* | doc: Remove meaningless spacesTakeshi KOMIYA2018-04-221-1/+1
* | Merge branch 'master' into 4827_remove_substitution_defs_from_doctreeTakeshi KOMIYA2018-04-212-0/+22
|\ \
| * \ Merge pull request #4853 from tk0miya/4810_order_of_transformsTakeshi KOMIYA2018-04-212-0/+22
| |\ \
| | * | Change priority of doctree-read eventTakeshi KOMIYA2018-04-161-0/+9
| | * | Change priority of sphinx-domainsTakeshi KOMIYA2018-04-151-0/+11
| | * | Change priority of SphinxSmartQuotesTakeshi KOMIYA2018-04-151-0/+2
* | | | Merge branch 'master' into 4827_remove_substitution_defs_from_doctreeTakeshi KOMIYA2018-04-211-10/+32
|\ \ \ \ | |/ / /
| * | | Merge pull request #4833 from tk0miya/add_docs_for_ImageConverterTakeshi KOMIYA2018-04-211-10/+32
| |\ \ \ | | |/ / | |/| |
| | * | doc: Add ImageConverter to utilsTakeshi KOMIYA2018-04-211-10/+32
* | | | Remove substitution_definition nodes from doctree on reading phase (refs: #4827)Takeshi KOMIYA2018-04-151-4/+1
|/ / /
* | | Merge branch '1.7'Takeshi KOMIYA2018-04-141-0/+30
|\ \ \ | |/ / |/| / | |/
| * Fix #4784: latex_show_urls assigns incorrect footnote numbersTakeshi KOMIYA2018-04-121-0/+30
* | Merge pull request #4804 from tk0miya/add_SphinxDirectiveTakeshi KOMIYA2018-04-081-11/+4
|\ \
| * | Add document for utility classesTakeshi KOMIYA2018-03-311-11/+4
* | | Drop `document.settings.gettext_compact`Takeshi KOMIYA2018-03-301-2/+1
|/ /
* | Deprecate env._nitpick_ignoreTakeshi KOMIYA2018-03-261-3/+3
* | Merge branch '1.7'Takeshi KOMIYA2018-03-211-9/+16
|\ \ | |/
| * Fix #4688: Error to download remote images having long URLTakeshi KOMIYA2018-03-171-2/+8
| * Show warning on creating directory for remote image (refs: #4688)Takeshi KOMIYA2018-03-171-9/+10
* | Merge branch '1.7'Takeshi KOMIYA2018-03-185-12/+11
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-03-141-1/+1
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-135-11/+10
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-033-19/+20
* | Fix mypy violationsTakeshi KOMIYA2018-02-262-4/+6
* | Merge branch '1.7'Takeshi KOMIYA2018-02-231-3/+5
|\ \ | |/
| * Fix #4662: any refs with term targets crash when an ambiguity is encounteredTakeshi KOMIYA2018-02-231-3/+5
* | Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-02-185-11/+12
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-02-141-1/+1
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-145-10/+11
* | Merge branch '1.7'Takeshi KOMIYA2018-02-121-12/+2
|\ \ | |/
| * optimize: Don't use transform to process only nodes on resolving toctreeTakeshi KOMIYA2018-02-111-12/+2
* | Update type annotationsTakeshi KOMIYA2018-02-043-1/+6
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-313-7/+8
|\ \ | |/
| * Fix #4230: slowdown in writing document with sphinx 1.6Takeshi KOMIYA2018-01-301-1/+2