summaryrefslogtreecommitdiff
path: root/sphinx/util/rst.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 595 typesAdam Turner2023-01-011-2/+2
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Enable Ruff's pylint 'PLC2201' checkAdam Turner2022-12-301-1/+1
* Update typing ignores for mypy 0.990Adam Turner2022-11-131-1/+1
* 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
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix type annotations (for jinja2)Takeshi KOMIYA2021-05-191-2/+2
* Support jinja2-3.0Takeshi KOMIYA2021-05-191-2/+8
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-2/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-4/+2
* Fix #7894: gettext: Wrong source info is shown when using rst_epilogTakeshi KOMIYA2020-07-081-1/+6
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.util.rstTakeshi KOMIYA2019-06-051-20/+10
* Add rst.heading()Takeshi KOMIYA2019-05-021-1/+34
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-5/+4
* | Add prepend_prolog() and append_epilog()Takeshi KOMIYA2018-12-051-1/+36
* | Add role manipulator functions to sphinx.util.docutilsTakeshi KOMIYA2018-12-011-2/+3
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* Fix mypy violationsTakeshi KOMIYA2018-10-161-1/+1
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+3
|\
| * Merge pull request #4730 from guoci/regex_no_warningTakeshi KOMIYA2018-03-141-1/+1
| |\
| | * prevent raising of FutureWarning in regex.guoci2018-03-131-1/+1
| * | Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
| |/
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-1/+2
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Fix #3952: apidoc: module header is too escapedTakeshi KOMIYA2018-01-281-2/+4
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-11-111-1/+5
* | Add default_role contextmanager to enable default-role temporarilyTakeshi KOMIYA2017-10-311-0/+25
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-1/+2
|/
* Fix #1462: autosummary warns for namedtuple with attribute with trailing unde...Takeshi KOMIYA2016-08-301-0/+18