refactor: latex: Deprecate settings.* attributes based on latex_documents

This commit is contained in:
Takeshi KOMIYA
2019-12-26 02:04:13 +09:00
parent fe11e2bce4
commit 3ddbd73f49
4 changed files with 80 additions and 9 deletions

View File

@@ -66,6 +66,31 @@ The following is a list of deprecated interfaces.
- 4.0
- ``tokenize.detect_encoding()``
* - ``sphinx.writers.latex.LaTeXTranslator.settings.author``
- 2.4
- 4.0
- N/A
* - ``sphinx.writers.latex.LaTeXTranslator.settings.contentsname``
- 2.4
- 4.0
- ``document['contentsname']``
* - ``sphinx.writers.latex.LaTeXTranslator.settings.docclass``
- 2.4
- 4.0
- ``document['docclass']``
* - ``sphinx.writers.latex.LaTeXTranslator.settings.docname``
- 2.4
- 4.0
- N/A
* - ``sphinx.writers.latex.LaTeXTranslator.settings.title``
- 2.4
- 4.0
- N/A
* - ``sphinx.builders.gettext.POHEADER``
- 2.3
- 4.0