Pretty straightforward error: sphinx looks at the toctree in index, can't find document 'modules'. Then I get warned that modules.rst isn't in any toctree.
When running `make html` I get: Running Sphinx v2.1.2 loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 0 source files that are out of date updating environment: [] 0 added, 1 changed, 0 removed reading sources... [100%] index C:\Users\600301\Documents\GitHub\seattle\docs\source\index.rst:9: WARNING: toctree contains reference to nonexisting document ' modules' looking for now-outdated files... none found pickling environment... done checking consistency... C:\Users\600301\Documents\GitHub\seattle\docs\source\modules.rst: WARNING: document isn't included in any toctree done preparing documents... done writing output... [100%] index generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 2 warnings. index.rst Welcome to Seattle's documentation! =================================== .. toctree:: :maxdepth: 2 :caption: Contents: modules Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` modules.rst seattle ======= .. toctree:: :maxdepth: 4 seattle -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/966d6adb-35eb-41e4-9ed1-1b72993c64db%40googlegroups.com.
