Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #10061: html theme: Confvals added by themes are not initialized | Takeshi KOMIYA | 2022-01-10 | 1 | -0/+1 |
* | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | | Rename variables for clarity | Thomas Kluyver | 2021-12-24 | 1 | -2/+2 |
* | | Replace pkg_resources with importlib.metadata | Thomas Kluyver | 2021-12-22 | 1 | -5/+8 |
|/ | |||||
* | Improve sphinx.theming docstrings | Louis Maddox | 2021-07-18 | 1 | -3/+3 |
* | Fix typo | Eisuke Kawashima | 2021-07-08 | 1 | -1/+1 |
* | Deprecate app.html_themes | Takeshi KOMIYA | 2021-05-12 | 1 | -1/+1 |
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -1/+1 |
* | Fix #8915: html theme: The translation of sphinx_rtd_theme does not work | Takeshi KOMIYA | 2021-02-23 | 1 | -9/+7 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -8/+8 |
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+2 |
|/ | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
* | Migrate to py3 style type annotation: sphinx.theming | Takeshi KOMIYA | 2019-12-25 | 1 | -36/+21 |
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -13/+12 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
* | | Remove uses of six.moves that did not cause any type errors | Jon Dufresne | 2018-09-23 | 1 | -3/+3 |
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -4/+3 |
|\ \ | |||||
| * | | Remove use of six.iteritems() | Jon Dufresne | 2018-09-11 | 1 | -4/+3 |
* | | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -2/+2 |
|/ / | |||||
* | | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -22/+1 |
|/ | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-14 | 1 | -2/+2 |
|\ | |||||
| * | Fix mypy violations | Takeshi KOMIYA | 2018-04-14 | 1 | -2/+2 |
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 |
* | | Make console and warning messages translatable | Takeshi KOMIYA | 2018-03-03 | 1 | -1/+1 |
|/ | |||||
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 |
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-10-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix flake8 and style-check violations | Takeshi KOMIYA | 2017-10-23 | 1 | -1/+1 |
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-07-02 | 1 | -14/+14 |
|\ \ | |/ | |||||
| * | Fix #3833: command line messages are translated unintentionally | Takeshi KOMIYA | 2017-06-25 | 1 | -14/+14 |
* | | Unknow html_theme_options throw warnings instead of errors. | daniel | 2017-06-26 | 1 | -2/+3 |
|/ | |||||
* | Update messages | Takeshi KOMIYA | 2017-05-12 | 1 | -1/+1 |
* | Fix #3738: Nonsensical code in theming.py | Takeshi KOMIYA | 2017-05-11 | 1 | -1/+1 |
* | Fix to use registry.load_extension() instead | Takeshi KOMIYA | 2017-04-23 | 1 | -2/+1 |
* | Fix #3628: Rename sphinx_themes entry point to sphinx.html_themes | Takeshi KOMIYA | 2017-04-22 | 1 | -2/+20 |
* | Add docstrings to sphinx.theming | Takeshi KOMIYA | 2017-04-21 | 1 | -0/+17 |
* | Fix mypy violations | Takeshi KOMIYA | 2017-04-21 | 1 | -3/+4 |
* | Drop old methods | Takeshi KOMIYA | 2017-04-21 | 1 | -17/+2 |
* | Refactored again | Takeshi KOMIYA | 2017-04-20 | 1 | -50/+46 |