From daee1fc51d0ed0b9a4d4abf2ab7711ba30af9f3a Mon Sep 17 00:00:00 2001 From: jfbu Date: Mon, 17 Oct 2016 09:46:38 +0200 Subject: [PATCH] Fix config.rst description of ``latex_documents`` docclass element --- doc/config.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index b015ade133..cc45cca986 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1562,11 +1562,13 @@ These options influence LaTeX output. See further :doc:`latex`. * *author*: Author for the LaTeX document. The same LaTeX markup caveat as for *title* applies. Use ``\and`` to separate multiple authors, as in: ``'John \and Sarah'``. - * *documentclass*: Normally, one of ``'manual'`` or ``'howto'`` (provided by - Sphinx). Other document classes can be given, but they must include the - "sphinx" package in order to define Sphinx's custom LaTeX commands. "howto" - documents will not get appendices. Also, howtos will have a simpler title - page. + * *documentclass*: Normally, one of ``'manual'`` or ``'howto'`` (provided + by Sphinx and based on ``'report'``, resp. ``'article'``; Japanese + documents use ``'jsbook'``, resp. ``'jreport'``.) "howto" (non-Japanese) + documents will not get appendices. Also they have a simpler title page. + Other document classes can be given. Independently of the document class, + the "sphinx" package is always loaded in order to define Sphinx's custom + LaTeX commands. * *toctree_only*: Must be ``True`` or ``False``. If true, the *startdoc* document itself is not included in the output, only the documents