summaryrefslogtreecommitdiff
path: root/sphinx/jinja2glue.py
Commit message (Expand)AuthorAgeFilesLines
* replace path.join with pathlib.Pathdhmemi2022-04-281-5/+2
* support srearch template with extended-length pathdhmemi2022-04-221-0/+4
* 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-1/+1
* Support jinja2-3.0Takeshi KOMIYA2021-05-191-4/+9
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Do isortTakeshi KOMIYA2020-11-121-2/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-1/+1
|\ \ | |/
| * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-1/+1
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* Migrate to py3 style type annotation: sphinx.jinja2glueTakeshi KOMIYA2019-12-251-39/+21
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+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
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-11/+10
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Replace six.string_types with native strJon Dufresne2018-11-211-2/+1
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Closes #2157: helper function ``warning()`` for HTML themes is addedTakeshi KOMIYA2018-03-191-0/+13
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+3
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+3
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-3/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-3/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-3/+3
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3
* #4246: Limit width of text body for all themesTim Hoffmann2018-01-061-0/+20
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix mypy violationsTakeshi KOMIYA2017-04-211-2/+1
* Drop old methodsTakeshi KOMIYA2017-04-211-1/+1
* Split theme manager and theme instance classTakeshi KOMIYA2017-04-201-0/+1
* Fix fail to load template file if the parent template is archivedTakeshi KOMIYA2017-04-181-2/+2
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-211-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-211-2/+2
* | Fix mypy violationsTakeshi KOMIYA2017-02-211-6/+5
* | Add mypy annotationsTakeshi KOMIYA2017-02-101-0/+1