bashtage / sphinx-material

A material-based, responsive theme inspired by mkdocs-material
Other
317 stars 91 forks source link

TOC Not Showing in Left Sidebar #99

Closed eightbit closed 3 years ago

eightbit commented 3 years ago

When I build my docs site, the left sidebar is empty. There are no build errors and the site seems to be working otherwise. In index.rst I have:

.. toctree::
    :caption: Basic Use
    :maxdepth: 1

    docs/testMe01.md
    docs/numpydoc.rst

My files structure:

Root
--Source
--Docs
--index.rst
--conf.py

From Root I'm running sphinx-autobuild source build/html

Do I need to have a specific arrangement of the dirs/files? Obvious fix? Thanks.

JeremiAnastaziak commented 3 years ago

https://github.com/bashtage/sphinx-material/issues/73

bashtage commented 3 years ago

Does 73 fix your problem.

bashtage commented 3 years ago

I am guess it does.