Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace path.join with pathlib.Path | dhmemi | 2022-04-28 | 1 | -5/+2 |
* | support srearch template with extended-length path | dhmemi | 2022-04-22 | 1 | -0/+4 |
* | 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 |
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | Fix type annotations (for jinja2) | Takeshi KOMIYA | 2021-05-19 | 1 | -1/+1 |
* | Support jinja2-3.0 | Takeshi KOMIYA | 2021-05-19 | 1 | -4/+9 |
* | 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-11-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-06-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix mypy violations (with mypy-0.780) | Takeshi KOMIYA | 2020-06-03 | 1 | -1/+1 |
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+2 |
|/ | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
* | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -1/+1 |
* | Migrate to py3 style type annotation: sphinx.jinja2glue | Takeshi KOMIYA | 2019-12-25 | 1 | -39/+21 |
* | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -1/+1 |
* | 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 | -11/+10 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
* | | Replace six.string_types with native str | Jon Dufresne | 2018-11-21 | 1 | -2/+1 |
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -1/+1 |
|/ | |||||
* | Closes #2157: helper function ``warning()`` for HTML themes is added | Takeshi KOMIYA | 2018-03-19 | 1 | -0/+13 |
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+3 |
|\ | |||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+3 |
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -3/+2 |
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -3/+3 |
|/ | |||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -3/+3 |
* | #4246: Limit width of text body for all themes | Tim Hoffmann | 2018-01-06 | 1 | -0/+20 |
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
* | Fix mypy violations | Takeshi KOMIYA | 2017-04-21 | 1 | -2/+1 |
* | Drop old methods | Takeshi KOMIYA | 2017-04-21 | 1 | -1/+1 |
* | Split theme manager and theme instance class | Takeshi KOMIYA | 2017-04-20 | 1 | -0/+1 |
* | Fix fail to load template file if the parent template is archived | Takeshi KOMIYA | 2017-04-18 | 1 | -2/+2 |
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 |
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-21 | 1 | -1/+1 |
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-21 | 1 | -2/+2 |
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-21 | 1 | -6/+5 |
* | | Add mypy annotations | Takeshi KOMIYA | 2017-02-10 | 1 | -0/+1 |