summaryrefslogtreecommitdiff
path: root/sphinx/builders/latex/theming.py
Commit message (Collapse)AuthorAgeFilesLines
* Use PEP 604 typesAdam Turner2023-01-011-2/+1
|
* Use PEP 595 typesAdam Turner2023-01-011-2/+2
|
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
|
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-5/+3
| | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
* Specify encodingAdam Turner2022-04-221-1/+1
|
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-1/+1
|
* A happy new year!Takeshi KOMIYA2021-01-011-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 codebaseRam Rachum2020-06-141-3/+5
|
* LaTeX: Add :confval:`latex_theme_options` to override theme optionsTakeshi KOMIYA2020-04-201-0/+6
|
* LaTeX: Allow to override papersize and pointsize from LaTeX themesTakeshi KOMIYA2020-04-121-6/+19
|
* refactor: latex BuiltInThemeTakeshi KOMIYA2020-04-121-18/+10
| | | | Replace properties by attributes to allow to modify them at later step.
* LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX themeTakeshi KOMIYA2020-04-041-9/+19
|
* Support user defined LaTeX themesTakeshi KOMIYA2020-03-061-3/+45
|
* Support LaTeX Theming; a set of document class settings (refs: #6672)Takeshi KOMIYA2020-03-061-0/+76