I'm new to Sphinx and have been searching for a solution to this question for a while.
My Index Page is made from index.rst which contains a toctree. The page displays the TOC in the body as well as the sidebar. I'd like to show the TOC on the sidebar ONLY, with space to enter some text in each page body instead. In particular, the main "Welcome to My Place", currently the index.html and index.rst should be just a paragraph of blurb instead of the TOC.
I have tried this:
Welcome to My Place
==================
.. toctree::
:hidden:
:maxdepth: 2
:caption: Contents:
But that removes the TOC from the page AND the sidebar. How can I get that to work?
EDIT: here's how it appears, I'd like the TOC to ONLY appear in the sidebar. Screen shot