tudat-team / tudat-space

An introduction and guide to tudat-space.
https://tudat-space.readthedocs.io
14 stars 17 forks source link

Disappearing toc elements when refactoring the file tree #95

Open sbcowan opened 1 year ago

sbcowan commented 1 year ago

When refactoring the file tree for tudat-space (#80), a peculiar bug occurred when building the docs after some file name changes and other additions: when navigating to certain files on tudat-space, other toc elements on tudat-space would not show up. I solved this by rebuilding the docs using the -E option to activate a full rebuild, rather than a partial one, however I don't know why this happens.

The request is to add this solution to the developer docs for building using sphinx.