mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix config value names.
This commit is contained in:
parent
86f0e75b75
commit
6f1a3b5c3f
@ -124,8 +124,8 @@ tables of contents. The ``toctree`` directive is the central element.
|
|||||||
In the end, all documents in the :term:`source directory` (or subdirectories)
|
In the end, all documents in the :term:`source directory` (or subdirectories)
|
||||||
must occur in some ``toctree`` directive; Sphinx will emit a warning if it
|
must occur in some ``toctree`` directive; Sphinx will emit a warning if it
|
||||||
finds a file that is not included, because that means that this file will not
|
finds a file that is not included, because that means that this file will not
|
||||||
be reachable through standard navigation. Use :confval:`unused_documents` to
|
be reachable through standard navigation. Use :confval:`unused_docs` to
|
||||||
explicitly exclude documents from building, and :confval:`exclude_dirs` to
|
explicitly exclude documents from building, and :confval:`exclude_trees` to
|
||||||
exclude whole directories.
|
exclude whole directories.
|
||||||
|
|
||||||
The "master document" (selected by :confval:`master_doc`) is the "root" of
|
The "master document" (selected by :confval:`master_doc`) is the "root" of
|
||||||
|
Loading…
Reference in New Issue
Block a user