summaryrefslogtreecommitdiff
path: root/sphinx/util/template.py
Commit message (Expand)AuthorAgeFilesLines
* Fix COM812Adam Turner2023-02-181-2/+2
* Use PEP 604 typesAdam Turner2023-01-011-6/+6
* Use PEP 595 typesAdam Turner2023-01-011-11/+11
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Improve static typing strictness (#10569)danieleades2022-07-181-9/+13
* 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
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Fix comment end string in LaTeXRendererKai Welke2020-08-231-1/+1
* Customize jinja comment-tagYves Chevallier2020-08-091-0/+2
* Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-031-1/+1
|\
| * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-1/+1
* | Fix #7535: sphinx-autogen: crashes when custom template uses inheritanceTakeshi KOMIYA2020-04-231-1/+37
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-2/+4
* Do not replace unicode characters by LaTeX macros on unicode supported LaTeX ...Takeshi KOMIYA2019-10-201-3/+3
* Close #5602: apidoc: Add ``--templatedir`` optionTakeshi KOMIYA2019-06-161-4/+10
* Migrate to py3 style type annotation: sphinx.util.templateTakeshi KOMIYA2019-06-051-23/+11
* Add ReSTRendererTakeshi KOMIYA2019-05-021-1/+15
* imgmath: Use template file for LaTeXTakeshi KOMIYA2019-04-161-3/+4
* Merge branch '1.8'jfbu2019-01-051-0/+1
|\
* \ Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-3/+3
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-7/+6
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | latex: escape \releasename and \indexnameTakeshi KOMIYA2018-10-071-0/+5
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-0/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-0/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-211-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+12
* | latex: Use templates to render tablesTakeshi KOMIYA2017-02-041-3/+6
* | Support gettext translation in templatesTakeshi KOMIYA2017-02-041-1/+3
|/
* sphinx-quickstart supports user templates (ref: #2912)Takeshi KOMIYA2016-10-131-0/+4
* Jinja2-ize latex writerTakeshi KOMIYA2016-07-071-0/+57