Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -2/+2 |
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -6/+6 |
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -11/+11 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -9/+13 |
* | 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 |
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | Fix comment end string in LaTeXRenderer | Kai Welke | 2020-08-23 | 1 | -1/+1 |
* | Customize jinja comment-tag | Yves Chevallier | 2020-08-09 | 1 | -0/+2 |
* | Merge branch '3.0.x' into 3.x | Takeshi KOMIYA | 2020-06-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix mypy violations (with mypy-0.780) | Takeshi KOMIYA | 2020-06-03 | 1 | -1/+1 |
* | | Fix #7535: sphinx-autogen: crashes when custom template uses inheritance | Takeshi KOMIYA | 2020-04-23 | 1 | -1/+37 |
|/ | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
* | Make escape() and hlescape() as public APIs of texescape | Takeshi KOMIYA | 2019-11-16 | 1 | -2/+4 |
* | Do not replace unicode characters by LaTeX macros on unicode supported LaTeX ... | Takeshi KOMIYA | 2019-10-20 | 1 | -3/+3 |
* | Close #5602: apidoc: Add ``--templatedir`` option | Takeshi KOMIYA | 2019-06-16 | 1 | -4/+10 |
* | Migrate to py3 style type annotation: sphinx.util.template | Takeshi KOMIYA | 2019-06-05 | 1 | -23/+11 |
* | Add ReSTRenderer | Takeshi KOMIYA | 2019-05-02 | 1 | -1/+15 |
* | imgmath: Use template file for LaTeX | Takeshi KOMIYA | 2019-04-16 | 1 | -3/+4 |
* | Merge branch '1.8' | jfbu | 2019-01-05 | 1 | -0/+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 |
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -3/+3 |
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -7/+6 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
* | | latex: escape \releasename and \indexname | Takeshi KOMIYA | 2018-10-07 | 1 | -0/+5 |
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -1/+1 |
|/ | |||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 |
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 |
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -0/+1 |
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
* | 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 | -0/+1 |
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-21 | 1 | -1/+1 |
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -0/+12 |
* | | latex: Use templates to render tables | Takeshi KOMIYA | 2017-02-04 | 1 | -3/+6 |
* | | Support gettext translation in templates | Takeshi KOMIYA | 2017-02-04 | 1 | -1/+3 |
|/ | |||||
* | sphinx-quickstart supports user templates (ref: #2912) | Takeshi KOMIYA | 2016-10-13 | 1 | -0/+4 |
* | Jinja2-ize latex writer | Takeshi KOMIYA | 2016-07-07 | 1 | -0/+57 |