summaryrefslogtreecommitdiff
path: root/sphinx/builders/latex/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Use PEP 604 typesAdam Turner2023-01-011-3/+1
|
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
|
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+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
| |
* | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-121-1/+1
|/ | | | | Change the default language to `'en'` if any language is not set in `conf.py`.
* A happy new year!Takeshi KOMIYA2022-01-011-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
* refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-1/+3
|
* Merge branch '2.0'Takeshi KOMIYA2019-06-151-10/+5
|\
| * Migrate to py3 style type annotation: sphinx.builders.latex.utilTakeshi KOMIYA2019-06-101-12/+6
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-06-011-3/+5
|\ \ | |/
| * Close #6239: latex: Support to build Chinese documentsTakeshi KOMIYA2019-05-291-3/+5
| |
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-11/+0
|/
* latex: Move ExtBabel to sphinx.builders.latex.util packageTakeshi KOMIYA2019-01-041-0/+68