summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #10061: html theme: Confvals added by themes are not initializedTakeshi KOMIYA2022-01-101-0/+1
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Rename variables for clarityThomas Kluyver2021-12-241-2/+2
* | Replace pkg_resources with importlib.metadataThomas Kluyver2021-12-221-5/+8
|/
* Improve sphinx.theming docstringsLouis Maddox2021-07-181-3/+3
* Fix typoEisuke Kawashima2021-07-081-1/+1
* Deprecate app.html_themesTakeshi KOMIYA2021-05-121-1/+1
* refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-1/+1
* Fix #8915: html theme: The translation of sphinx_rtd_theme does not workTakeshi KOMIYA2021-02-231-9/+7
* 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-07-051-8/+8
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-8/+8
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.themingTakeshi KOMIYA2019-12-251-36/+21
* 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-13/+12
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-3/+3
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-4/+3
|\ \
| * | Remove use of six.iteritems()Jon Dufresne2018-09-111-4/+3
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
|/ /
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-22/+1
|/
* Merge branch '1.7'Takeshi KOMIYA2018-04-141-2/+2
|\
| * Fix mypy violationsTakeshi KOMIYA2018-04-141-2/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-1/+1
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-10-231-1/+1
|\ \ | |/
| * Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-07-021-14/+14
|\ \ | |/
| * Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-14/+14
* | Unknow html_theme_options throw warnings instead of errors.daniel2017-06-261-2/+3
|/
* Update messagesTakeshi KOMIYA2017-05-121-1/+1
* Fix #3738: Nonsensical code in theming.pyTakeshi KOMIYA2017-05-111-1/+1
* Fix to use registry.load_extension() insteadTakeshi KOMIYA2017-04-231-2/+1
* Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA2017-04-221-2/+20
* Add docstrings to sphinx.themingTakeshi KOMIYA2017-04-211-0/+17
* Fix mypy violationsTakeshi KOMIYA2017-04-211-3/+4
* Drop old methodsTakeshi KOMIYA2017-04-211-17/+2
* Refactored againTakeshi KOMIYA2017-04-201-50/+46