summaryrefslogtreecommitdiff
path: root/sphinx/util/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-2/+2
* Check complete ancestry of text nodes for smartquotes eligibility.Justin Turner Arthur2021-08-211-7/+9
* Improve sphinx.util.nodes docstringsLouis Maddox2021-07-181-5/+5
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-031-9/+12
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-2/+2
* Fix #7199: py domain: Add a new confval: python_use_unqualified_type_namesTakeshi KOMIYA2021-03-061-3/+3
* Filter pending_xref_condition node on failed resolutionTakeshi KOMIYA2021-03-061-0/+10
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-12-141-38/+38
|\ \ | |/
| * refactor with pyupgradeTakeshi KOMIYA2020-11-251-38/+38
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-2/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-2/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-0/+1
|\ \ | |/
| * i18n: process math_block as a literal nodeVictor "multun" Collod2020-07-161-0/+1
* | Close #7784: i18n: The alt text for image is translated by defaultTakeshi KOMIYA2020-07-191-6/+10
* | Merge tag 'v3.1.1'Takeshi KOMIYA2020-07-051-1/+1
|\ \ | |/
| * Fix #7803: Fix typo in import-block for type annotationTakeshi KOMIYA2020-06-091-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-1/+2
|\ \ | |/
| * Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-031-1/+2
| |\
| | * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-1/+2
* | | Merge branch '3.x'Takeshi KOMIYA2020-05-041-2/+2
|\ \ \ | |/ /
| * | Merge pull request #7602 from tk0miya/stacklevelTakeshi KOMIYA2020-05-031-1/+1
| |\ \
| | * | Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
| | |/
| * | refactor: Rename parameter to avoid conflictTakeshi KOMIYA2020-05-021-2/+2
| |/
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-8/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-04-061-3/+3
|\ \ | |/
| * Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA2020-03-291-3/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-03-231-2/+76
|\ \ | |/
| * Fix #7301: Allow . and _ for node_idTakeshi KOMIYA2020-03-221-2/+76
* | Merge branch '3.x'Takeshi KOMIYA2020-03-121-1/+1
|\ \ | |/
| * Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-121-1/+1
| |\
| | * Fix mypy violations (with mypy-0.770)Takeshi KOMIYA2020-03-121-1/+1
* | | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-3/+2
* | | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
* | | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-3/+5
|/ /
* | js domain: Generate node_id for objects in the right wayTakeshi KOMIYA2020-03-011-1/+5
|/
* Add sphinx.util.nodes:make_id() to generate better node_idTakeshi KOMIYA2020-01-021-0/+23
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* Fix #6887: Sphinx crashes with docutils-0.16b0Takeshi KOMIYA2019-12-141-1/+1
* Fix #6620: i18n: classifiers of definition list are not translated with docut...Takeshi KOMIYA2019-08-021-0/+3
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+3
* Migrate to py3 style type annotation: sphinx.util.nodesTakeshi KOMIYA2019-06-051-60/+38
* Fix #6375: extlinks: Cannot escape angle brackets in link captionTakeshi KOMIYA2019-05-161-1/+1
* Update comment for patch to Element.copy()Takeshi KOMIYA2019-03-091-0/+1
* Merge branch '2.0'Takeshi KOMIYA2019-03-071-1/+1
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* | Add copy_source_info()Takeshi KOMIYA2019-03-031-0/+6