Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer ``importlib.metadata`` from Python 3.10 onwards (#11270) | panhongtao | 2023-04-06 | 1 | -3/+4 |
* | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 1 | -2/+1 |
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -2/+2 |
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -5/+5 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -15/+0 |
* | Specify encoding | Adam Turner | 2022-04-22 | 1 | -1/+1 |
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
* | 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 |
|\ \ | |/ |