summaryrefslogtreecommitdiff
path: root/sphinx/transforms/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-5/+3
* Preserve backwards compatibilityPeter Bell2020-07-161-7/+9
* Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-151-2/+6
* Fix #7610: incorrectly renders consecutive backslashesTakeshi KOMIYA2020-05-071-5/+12
* Fix #7106: std domain: enumerated nodes are marked as duplicatedTakeshi KOMIYA2020-02-081-1/+3
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-15/+15
* Migrate to py3 style type annotation: sphinx.transformsTakeshi KOMIYA2019-12-251-2/+1
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* Merge pull request #6727 from tk0miya/267_doctest_prompt_not_copyableTakeshi KOMIYA2019-10-131-0/+11
|\
| * Close #267: html: Eliminate prompt characters of doctest block from copyable ...Takeshi KOMIYA2019-10-101-0/+11
* | Migrate to py3 style type annotation: sphinx.transformsTakeshi KOMIYA2019-08-211-56/+33
|/
* 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
* refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-171-1/+27
* refactor CitationReferences transformTakeshi KOMIYA2019-03-091-18/+25
* 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-081-64/+69
|\
| * 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
| * Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
| |\
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| * | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-3/+3
| * | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
| * | refactor SphinxSmartQuotes: Override smartquotes_action by str value (instaed...Takeshi KOMIYA2018-12-121-9/+3
| * | Fix annotationsTakeshi KOMIYA2018-12-081-1/+1
| * | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-2/+2
| * | Fix annotations for transformsTakeshi KOMIYA2018-11-291-17/+19
| * | 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-241-0/+1
| * | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-29/+29
* | | propogate cite_reference node classes to pending_xref nodeChris Sewell2019-03-081-0/+2
| |/ |/|
* | A happy new year!Takeshi KOMIYA2019-01-021-1/+1
|/
* Change priority of doctree-read eventTakeshi KOMIYA2018-04-161-0/+9
* Change priority of SphinxSmartQuotesTakeshi KOMIYA2018-04-151-0/+2
* Add document for utility classesTakeshi KOMIYA2018-03-311-11/+4
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+3
|\
| * Fix mypy violationsTakeshi KOMIYA2018-03-141-1/+1
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-5/+5
* | Fix mypy violationsTakeshi KOMIYA2018-02-261-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-3/+3
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-02-141-1/+1
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+4
|/
* Fix #4230: slowdown in writing document with sphinx 1.6Takeshi KOMIYA2018-01-301-1/+2
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-291-0/+5
|\