Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+1 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Further improve type annotations, reduce mypy whitelist (#10770) | danieleades | 2022-08-28 | 1 | -5/+3 |
| | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | 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 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | refactor: Use PEP-526 based variable annotation (sphinx.builders) | Takeshi KOMIYA | 2021-03-13 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -3/+5 |
| | |||||
* | LaTeX: Add :confval:`latex_theme_options` to override theme options | Takeshi KOMIYA | 2020-04-20 | 1 | -0/+6 |
| | |||||
* | LaTeX: Allow to override papersize and pointsize from LaTeX themes | Takeshi KOMIYA | 2020-04-12 | 1 | -6/+19 |
| | |||||
* | refactor: latex BuiltInTheme | Takeshi KOMIYA | 2020-04-12 | 1 | -18/+10 |
| | | | | Replace properties by attributes to allow to modify them at later step. | ||||
* | LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX theme | Takeshi KOMIYA | 2020-04-04 | 1 | -9/+19 |
| | |||||
* | Support user defined LaTeX themes | Takeshi KOMIYA | 2020-03-06 | 1 | -3/+45 |
| | |||||
* | Support LaTeX Theming; a set of document class settings (refs: #6672) | Takeshi KOMIYA | 2020-03-06 | 1 | -0/+76 |