[sphinx-users] Including link to modules in index TOC

2018-04-20 Thread 'Simon Ho' via sphinx-users
In my index.rst, I have the default TOC options from sphinx, and I'm also including my repo's README file into the page itself with: Sensor Motion - .. toctree:: :maxdepth: 2 :caption: Contents: .. include:: ../README.rst :start-after: inclusion-marker-main-readme Index &

[sphinx-users] Sphinx adding entire module index to generated PDF

2018-04-19 Thread 'Simon Ho' via sphinx-users
I'm using Sphinx autodoc to create Python documentation, which is then hosted on ReadTheDocs here . The PDF that is generated by ReadTheDocs only contains the TOC of my index page, which you can see here