diff options
| -rw-r--r-- | doc/markup/toctree.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup/toctree.rst b/doc/markup/toctree.rst index 53fa1fae..a2d2ba46 100644 --- a/doc/markup/toctree.rst +++ b/doc/markup/toctree.rst @@ -143,7 +143,7 @@ tables of contents. The ``toctree`` directive is the central element. finds a file that is not included, because that means that this file will not be reachable through standard navigation. Use :ref:`metadata` to remove the warning,, and :confval:`exclude_patterns` to - exclude whole directories. + exclude files 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 |
