mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Closes #1071: add mention of "orphan" to toctree docs
This commit is contained in:
@@ -141,8 +141,12 @@ 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:`exclude_patterns` to
|
||||
explicitly exclude documents or directories from building.
|
||||
be reachable through standard navigation.
|
||||
|
||||
Use :confval:`exclude_patterns` to explicitly exclude documents or
|
||||
directories from building completely. Use :ref:`the "orphan" metadata
|
||||
<metadata>` to let a document be built, but notify Sphinx that it is not
|
||||
reachable via a toctree.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user