summaryrefslogtreecommitdiff
path: root/sphinx/jinja2glue.py
Commit message (Expand)AuthorAgeFilesLines
* Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-1/+1
* 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
* | Remove unused "type: ignore"Takeshi KOMIYA2017-02-061-1/+1
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-1/+22
|/
* Merge branch 'stable'Takeshi KOMIYA2016-08-271-0/+22
|\
| * flatten genindex columns' heightYoshiki Shibukawa2016-08-201-0/+22
* | Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-3/+1
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* pep8 fixesGeorg Brandl2015-03-081-2/+7
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa2014-04-301-1/+1
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-1/+2
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Fix autosummary template overloading cause infinite recursive function call. ...Takayuki Shimizukawa2013-12-271-2/+4
* Fix: 97d5dd1 drop config.templates_path for loader pathTakayuki Shimizukawa2013-12-091-2/+4
* Fix: `html_theme_path=['.']` is a trigger of rebuild all documents always.Takayuki Shimizukawa2013-10-121-8/+8
* Copyright update.Georg Brandl2013-01-011-1/+1