summaryrefslogtreecommitdiff
path: root/sphinx/directives/patches.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 595 typesAdam Turner2023-01-011-8/+8
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Increase minimum Docutils to 0.18Adam Turner2022-09-271-26/+2
* Increase minimum Docutils to 0.17Adam Turner2022-09-271-21/+20
* Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-40/+2
* Remove copyright and licence fieldsAdam Turner2022-02-201-5/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* Fix mypy violations (with mypy-0.931)Takeshi KOMIYA2022-01-091-1/+1
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-091-2/+2
|\
| * Fix mypy violations (with mypy-0.931)Takeshi KOMIYA2022-01-091-2/+2
* | Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
* | i18n: meta strings are not translated with docutils-0.18Takeshi KOMIYA2022-01-021-4/+3
|/
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix #9688: ImportError for set_classes()Takeshi KOMIYA2021-10-091-0/+1
* Merge branch '4.x' into class-option-for-code-directiveTakeshi KOMIYA2021-10-091-5/+14
|\
| * Support docutils-0.18; Meta directive and meta node has movedTakeshi KOMIYA2021-10-031-5/+14
* | Fix bug of Sphinx's .. code:: directive not recognizing :class: optionLatosha Maltba2021-10-031-0/+1
|/
* refactor: Use PEP-526 based variable annotation (sphinx.directives)Takeshi KOMIYA2021-03-231-1/+1
* refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA2021-03-131-2/+3
* Close #8487: csv-table now considers abspath as relpath from srcdirTakeshi KOMIYA2021-03-091-12/+25
* Fix wrong directive name in warning messagesTakeshi KOMIYA2021-03-071-2/+2
* 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/+2
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-3/+2
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-3/+2
* | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-3/+17
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* refactor: Add data accessors to MathDomainTakeshi KOMIYA2019-06-151-12/+10
* Migrate to py3 style type annotation: sphinx.directives.patchesTakeshi KOMIYA2019-06-091-22/+13
* Add :force: option to code directivesTakeshi KOMIYA2019-06-011-2/+2
* ``math`` directive does not support ``:class:`` optionTakeshi KOMIYA2019-03-231-0/+2
* Merge branch '2.0'Takeshi KOMIYA2019-03-101-0/+48
|\
| * Merge branch '2.0' into 2155_code_directiveTakeshi KOMIYA2019-03-101-3/+6
| |\
| * | Close #2155: Support ``code`` directiveTakeshi KOMIYA2019-03-031-0/+48
* | | Merge branch '2.0'Takeshi KOMIYA2019-03-071-3/+6
|\ \ \ | | |/ | |/|
| * | Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-071-3/+6
| |\ \ | | |/ | |/|
| | * Fix #6136: ``:name:`` option for ``math`` directive causes a crashTakeshi KOMIYA2019-03-061-3/+6
* | | Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA2019-03-031-1/+1
|/ /
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Pass exceptions directly to docutils reporterJon Dufresne2018-12-161-1/+1
|/ /
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-5/+5
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-1/+0
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-2/+2
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-1/+1