summaryrefslogtreecommitdiff
path: root/sphinx/util/docutils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated ``sphinx.util.docutils.is_html5_writer_available()`` functi...Adam Turner2023-04-281-9/+0
* Use narrower [method-assign] instead of [assignment] (mypy 1.1.1)Jean-François B2023-03-071-4/+4
* Fix COM812Adam Turner2023-02-181-9/+11
* Fix various Ruff errorsAdam Turner2023-01-311-1/+2
* Replace deprecation tooling with module level ``__getattr__`` (#11054)Adam Turner2023-01-081-9/+19
* Run pyupgrade (#11070)Adam Turner2023-01-021-8/+8
* Use PEP 604 typesAdam Turner2023-01-011-5/+5
* Use PEP 595 typesAdam Turner2023-01-011-22/+21
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-2/+4
* Increase minimum Docutils to 0.18Adam Turner2022-09-271-10/+0
* Increase minimum Docutils to 0.17Adam Turner2022-09-271-1/+1
* Refactor `util.docutils.new_document()` cache (#10805)Adam Turner2022-09-071-6/+11
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
* Use Docutils 0.19 footnote styles (#10599)Adam Turner2022-07-041-1/+38
* Fix build failure for Docutils 0.18.0 (#10597)Jean-François B2022-06-251-2/+2
* Remove sphinx.util.docutils.__version_info__ on 7.0Takeshi KOMIYA2022-05-031-3/+2
* Deprecate: html5_ready and is_html5_writer_available()Takeshi KOMIYA2022-05-031-2/+6
* Review: Restore `sphinx.util.docutils.__version_info__` and deprecateAdam Turner2022-04-241-0/+9
* Use docutils.__version_info__ directlyAdam Turner2022-04-221-5/+2
* Specify encodingAdam Turner2022-04-221-0/+1
* Merge pull request #10186 from ultmaster/rst-get-language-patchTakeshi KOMIYA2022-03-211-1/+25
|\
| * Patch rst get language in docutilsYuge Zhang2022-02-111-1/+25
* | Collapse single line docstringsAdam Turner2022-02-201-2/+1
* | Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* | Fix module docstring indentationAdam Turner2022-02-201-2/+2
* | Fix module docstring first lineAdam Turner2022-02-201-2/+1
* | Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|/
* refactor: Add CustomReSTDispatcher as a base class of custom dispatchersTakeshi KOMIYA2022-01-161-14/+37
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-0/+10
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | drop translator-specific unknown_visit callsJames Knight2021-12-051-1/+4
|/
* Replace distutils.versions.LooseVersion by packaging.version.VersionTakeshi KOMIYA2021-11-071-2/+2
* Fix typos discovered by codespellChristian Clauss2021-09-081-2/+2
* Fix #9481: autosummary: some warnings contain non-existing filenamesTakeshi KOMIYA2021-07-251-0/+8
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-031-4/+4
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-6/+6
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-4/+4
* 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-11-121-3/+3
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-3/+3
* | Fix #8342: Emit a warning if a unknown domain is given for directive or role8342_warning_for_unknown_domainTakeshi KOMIYA2020-10-281-0/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-08-011-1/+1
|\ \ | |/
| * Fix typoFabio Utzig2020-07-271-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-1/+1
|\ \ | |/
| * fix typoTetsuo Koyama2020-07-191-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-111-1/+2
|\ \ | |/
| * Fix #7619: Duplicated node IDs are generated if node has multiple IDsTakeshi KOMIYA2020-07-091-1/+2