summaryrefslogtreecommitdiff
path: root/doc/extdev
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-12-26 02:04:13 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-12-27 22:46:16 +0900
commit3ddbd73f495014a72d7afdd25714801d08239de5 (patch)
tree568aecd4c6b33c3172d946328db45ec6503e6eb3 /doc/extdev
parentfe11e2bce4b76c4b770a9e49c5192f934efb3e81 (diff)
downloadsphinx-git-3ddbd73f495014a72d7afdd25714801d08239de5.tar.gz
refactor: latex: Deprecate settings.* attributes based on latex_documents
Diffstat (limited to 'doc/extdev')
-rw-r--r--doc/extdev/deprecated.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst
index 58638f999..e2f8b68c6 100644
--- a/doc/extdev/deprecated.rst
+++ b/doc/extdev/deprecated.rst
@@ -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