diff options
| author | Eric Knibbe <eric3knibbe@gmail.com> | 2013-12-17 18:12:54 +0000 |
|---|---|---|
| committer | Eric Knibbe <eric3knibbe@gmail.com> | 2013-12-17 18:12:54 +0000 |
| commit | fa66fa9739f4479bf97bc28dcb864ced7aa16ec1 (patch) | |
| tree | 48cee8890e01b83b2e9774cb8a00d7b2b2455925 /doc/markup/toctree.rst | |
| parent | fb633851e264e0dbec01c2d9e615b2013790f306 (diff) | |
| download | sphinx-fa66fa9739f4479bf97bc28dcb864ced7aa16ec1.tar.gz | |
recommend exclude_patterns instead of unused_docs or exclude_trees
Diffstat (limited to 'doc/markup/toctree.rst')
| -rw-r--r-- | doc/markup/toctree.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/markup/toctree.rst b/doc/markup/toctree.rst index c17fb9b0..41c265f8 100644 --- a/doc/markup/toctree.rst +++ b/doc/markup/toctree.rst @@ -141,9 +141,8 @@ tables of contents. The ``toctree`` directive is the central element. 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 finds a file that is not included, because that means that this file will not - be reachable through standard navigation. Use :confval:`unused_docs` to - explicitly exclude documents from building, and :confval:`exclude_trees` to - exclude whole directories. + be reachable through standard navigation. Use :confval:`exclude_patterns` to + explicitly exclude documents or directories from building. The "master document" (selected by :confval:`master_doc`) is the "root" of the TOC tree hierarchy. It can be used as the documentation's main page, or |
