I need to process 5 different project reops in 1 Sphinx run. I'm having a problem getting the sidebar TOC set up the way we want it to look.
The goal is to have the sidebar look like the following:
Project 1
- all of repo 1 doc
Project 2
- repo 2 doc
- repo 3 doc
- repo 4 doc
Project 3
- all of repo 5 doc
I've been able to get the sidebar to look like the above, EXCEPT that is then duplicates all of "Project 2"'s documentation
Any ideas?