summaryrefslogtreecommitdiff
path: root/sphinx/transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix #3329: i18n: crashed by auto-symbol footnote referencesTakeshi KOMIYA2018-07-151-7/+12
* fix #4938: i18n doesn't handle node.title correctly (#4939)Takayuki SHIMIZUKAWA2018-05-111-5/+24
* Fix #4784: latex_show_urls assigns incorrect footnote numbersTakeshi KOMIYA2018-04-121-0/+30
* 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
* Fix mypy violationsTakeshi KOMIYA2018-03-141-1/+1
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-135-11/+10
* Fix #4662: any refs with term targets crash when an ambiguity is encounteredTakeshi KOMIYA2018-02-231-3/+5
* Fix mypy violationsTakeshi KOMIYA2018-02-141-1/+1
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-145-10/+11
* optimize: Don't use transform to process only nodes on resolving toctreeTakeshi KOMIYA2018-02-111-12/+2
* Fix #4230: slowdown in writing document with sphinx 1.6Takeshi KOMIYA2018-01-301-1/+2
* Merge pull request #4505 from tk0miya/use_flake8-import-orderTakeshi KOMIYA2018-01-292-6/+6
|\
| * Use flake8-import-orderTakeshi KOMIYA2018-01-282-6/+6
* | Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-291-0/+5
|\ \ | |/ |/|
| * Fix #3917: citation labels are tranformed to ellipsisTakeshi KOMIYA2018-01-271-0/+5
* | Merge branch 'master' into refactor_smartquotes2Takeshi KOMIYA2018-01-151-0/+20
|\ \
| * | add link to manpages in HTML builderAntoine Beaupré2018-01-111-0/+20
* | | Make SphinxSmartQuotes more inteligentTakeshi KOMIYA2018-01-101-1/+35
* | | Merge sphinx_smartquotes_action() to SphinxSmartQuotes classTakeshi KOMIYA2018-01-101-1/+10
* | | Allow SphinxTransform on read-phaseTakeshi KOMIYA2018-01-101-1/+1
|/ /
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-015-5/+5
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2018-01-015-5/+5
* | Merge branch 'stable'Takeshi KOMIYA2017-12-311-2/+2
|\ \ | |/
| * Rename smartquotable to notsmartquotable for intelligibilityjfbu2017-12-301-2/+2
* | Merge branch 'stable'Takeshi KOMIYA2017-12-161-1/+5
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2017-12-161-1/+5
* | Refactor sphinx.io; independ parser generation from reader classTakeshi KOMIYA2017-12-121-6/+3
* | Merge branch 'stable'Takeshi KOMIYA2017-10-161-13/+49
|\ \ | |/
| * Display reference texts of original and translated messagescocoatomo2017-10-081-5/+25
| * Divide validation code between refnamed footnote and citationcocoatomo2017-10-071-5/+42
| * Re-arrange WARNING messages about reference inconsistenciescocoatomo2017-10-071-26/+5
| * hashlib.sha1() must take bytes, not unicodeCraig Rodrigues2017-09-171-1/+1
* | hashlib.sha1() must take bytes, not unicodeCraig Rodrigues2017-09-151-1/+1
* | Clarify error message when any role has more than one target.Antony Lee2017-08-231-1/+2
* | Use NotImplementedError for better exception messagesRobin Neatherway2017-07-191-2/+2
|/
* Merge pull request #3875 from tk0miya/3824_no_smart_quotes_for_nodesTakeshi KOMIYA2017-07-011-19/+3
|\
| * Refactor smart-quotes detectorTakeshi KOMIYA2017-06-241-18/+1
| * fixTakeshi KOMIYA2017-06-181-2/+3
* | Merge branch 'stable' into 3860_errors_caused_by_remote_imagesTakeshi KOMIYA2017-07-011-5/+5
|\ \
| * | Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-5/+5
* | | Fix #3860: Remote image URIs without filename break builders not supported re...Takeshi KOMIYA2017-06-251-1/+11
* | | Fix #3860: Don't download images when builders not supported imagesTakeshi KOMIYA2017-06-251-2/+6
|/ /
* | Fix #3874: Bogus warnings for "citation not referenced" for cross-file citationsTakeshi KOMIYA2017-06-241-1/+1
* | Fix #3885: duplicated footnotes raises IndexErrorTakeshi KOMIYA2017-06-241-1/+4
|/
* Update nodes skipping smart quotes text processingjfbu2017-06-181-4/+8
* Merge pull request #3818 from tk0miya/add_sphinx_rst_parserTakeshi KOMIYA2017-05-281-6/+4
|\
| * Add Sphinx own parser (refs: #3816)Takeshi KOMIYA2017-05-281-6/+4
* | Fix #3817: latex builder raises AttributeErrorTakeshi KOMIYA2017-05-281-1/+1
|/
* Fix flake8jfbu2017-05-281-2/+1