toctree

Sphinx autosummary "toctree contains reference to nonexisting document" warnings

Sphinx autosummary "toctree contains reference to nonexisting document" warnings Question: I am trying to automatically create api docs for a large python codebase using Sphinx. I have tried using build_modules.py and sphinx-apidoc. With either one, I can get rst docs successfully created in my output directory for the packages and top-level modules. However, when I …

Total answers: 4

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

Can sphinx link to documents that are not located in directories below the root document? Question: I am using Sphinx to document a non-Python project. I want to distribute ./doc folders in each submodule, containing submodule_name.rst files to document that module. I then want to suck those files into the master hierarchy to create a …

Total answers: 8