summaryrefslogtreecommitdiff
path: root/sphinx/addnodes.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2020-08-011-2/+1
|\
| * Fix circular import in addnodes.pyJulien Schueller2020-07-281-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-111-0/+28
|\ \ | |/
| * Fix #7619: Duplicated node IDs are generated if node has multiple IDsTakeshi KOMIYA2020-07-091-0/+27
* | Merge branch '3.x'Takeshi KOMIYA2020-05-171-0/+10
|\ \ | |/
| * Fix astext() for two Sphinx nodesJakob Lykke Andersen2020-05-141-0/+10
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-18/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-2/+30
|\ \ | |/
| * C, flake and mypy fixes, rename attr in desc_signature_lineJakob Lykke Andersen2020-03-151-1/+1
| * Add desc_sig_element and inherited nodesTakeshi KOMIYA2020-03-141-1/+29
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
|/
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-2/+4
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+3
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-22/+12
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.cmdlineTakeshi KOMIYA2019-12-251-22/+12
* | Merge branch '2.0'Takeshi KOMIYA2019-11-171-3/+21
|\ \ | |/
| * Close #4683: i18n: make explicit titles in toctree translatableTakeshi KOMIYA2019-11-011-3/+21
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-55/+1
|/
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge branch '1.8'jfbu2018-12-281-2/+2
|\ \ | |/
| * Fix various spelling typosjfbu2018-12-271-2/+2
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-5/+5
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-8/+7
* | Deprecate abbreviation node (refs: #5720)Takeshi KOMIYA2018-12-151-4/+13
* | Install abbreviation node forcedlyTakeshi KOMIYA2018-12-051-1/+1
* | refactor: Use app.add_node() to register Sphinx own nodesTakeshi KOMIYA2018-12-051-5/+47
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-0/+1
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-0/+1
* | Fix annotations for i18nTakeshi KOMIYA2018-12-011-1/+1
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-4/+4
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-2/+2
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-2/+2
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
|/
* refactor: Move math_reference node to sphinx.builders.latex.nodesTakeshi KOMIYA2018-05-201-5/+0
* Add warning to docstring of math nodesTakeshi KOMIYA2018-05-191-0/+9
* Enable eq role by defaultTakeshi KOMIYA2018-05-171-0/+5
* Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-1/+24
* Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-0/+25
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix :manpage: role is smarty-quoted (refs: #3286)Takeshi KOMIYA2017-07-011-1/+1
* Refactor smart-quotes detectorTakeshi KOMIYA2017-06-241-9/+9
* fixTakeshi KOMIYA2017-06-181-2/+7
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1