Top "Toctree" questions

Use this tag for questions about the toctree Sphinx directive.

WARNING: document isn't included in any toctree for included file

I'm getting the warning: WARNING: document isn't included in any toctree for files that exist in the document because they've …

python-sphinx restructuredtext toctree
Can sphinx link to documents that are not located in directories below the root document?

I am using Sphinx to document a non-Python project. I want to distribute ./doc folders in each submodule, containing submodule_…

python python-sphinx symlink toctree
Sphinx autosummary "toctree contains reference to nonexisting document" warnings

I am trying to automatically create api docs for a large python codebase using Sphinx. I have tried using build_…

python python-2.7 python-sphinx toctree sphinx-napoleon
How to include the toctree in the sidebar of each page

I'm generating html documentation in Sphinx. How do I modify the sidebar for each of the html pages in my …

python-sphinx sidebar toctree
Hide Sphinx subsections from main TOCTree

Is it possible to hide one (or all) subsections present in a RST file from the main TOCTree? Let me …

python-sphinx sections toctree
Cannot Get TOCTREE in Sphinx to Show Link

I am new to Sphinx. I tried out the tutorial but I failed to generate the link in the contents. …

python python-sphinx toctree
Sphinx section numbering for more than level 3 headings: .. sectnum::

I am using Sphinx to generate pdf files from rst files. Sphinx automatically generates section numbers up to level 3 headings, …

python-sphinx restructuredtext sections toctree
Use Sphinx autosummary recursively to generate API documentation

I want to use Sphinx's autosummary extension and templates to generate API docs recursively from docstrings. I want separate pages …

python jinja2 python-sphinx restructuredtext toctree
External Relative Link in Sphinx toctree directive

I'm using Sphinx to build my documentation. I'm using other tool for API reference. I have my docs in a …

python-sphinx toctree