summaryrefslogtreecommitdiff
path: root/sphinx/transforms
Commit message (Expand)AuthorAgeFilesLines
* Add :force: option to code directivesTakeshi KOMIYA2019-06-011-5/+6
* Fix #6351: "Hyperlink target is not referenced" message is shown even if refe...Takeshi KOMIYA2019-05-121-1/+18
* Fix #4550: html: Centering tables by default using CSSTakeshi KOMIYA2019-05-061-1/+1
* Move transforms for citations to sphinx.domains.citationTakeshi KOMIYA2019-03-301-39/+14
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-2/+2
* Add SphinxPostTransform class (#6154)Takeshi KOMIYA2019-03-171-4/+38
* refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-174-3/+67
* refactor CitationReferences transformTakeshi KOMIYA2019-03-091-18/+25
* Merge branch '2.0'Takeshi KOMIYA2019-03-091-1/+3
|\
| * 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
| |\
| * | propogate cite_reference node classes to pending_xref nodeChris Sewell2019-03-081-0/+2
* | | Merge branch '2.0'Takeshi KOMIYA2019-03-072-10/+2
|\ \ \ | | |/ | |/|
| * | 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
| |/ /
* | | refactor: move NoUri to sphinx.errorsTakeshi KOMIYA2019-03-021-1/+1
* | | Rename find_catalog() to docname_to_domain()Takeshi KOMIYA2019-02-271-2/+2
|/ /
* | 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
|\ \ | |/
| * A happy new year!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
|\ \ | |/
| * Fix #3002: i18n: multiple footnote_references referring same footnote causes ...Takeshi KOMIYA2018-11-011-7/+7
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-13/+17
|\ \ | |/
| * Fix #5419: incompatible math_block node has been generatedTakeshi KOMIYA2018-10-151-13/+17
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-2/+2
|\ \ | |/
| * Fix #5492: sphinx-build fails to build docs w/ Python < 3.5.2Takeshi KOMIYA2018-10-061-2/+2