diff options
author | Samuel Wright <lykoszine@gmail.com> | 2013-10-25 13:08:03 +0200 |
---|---|---|
committer | Samuel Wright <lykoszine@gmail.com> | 2013-10-25 13:08:03 +0200 |
commit | b3286c6b823a1e4e901698d965c194f324b2676d (patch) | |
tree | cdfae2b04e4ec81a3e018ecfe2bc6cfd21748144 /doc/markup | |
parent | be2f01815079fb97c426fbec80da2d314873b879 (diff) | |
download | sphinx-git-b3286c6b823a1e4e901698d965c194f324b2676d.tar.gz |
Fix for Issue #1071
Diffstat (limited to 'doc/markup')
-rw-r--r-- | doc/markup/toctree.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markup/toctree.rst b/doc/markup/toctree.rst index c17fb9b07..53fa1faea 100644 --- a/doc/markup/toctree.rst +++ b/doc/markup/toctree.rst @@ -141,8 +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 + be reachable through standard navigation. Use :ref:`metadata` to + remove the warning,, and :confval:`exclude_patterns` to exclude whole directories. The "master document" (selected by :confval:`master_doc`) is the "root" of |