docs(unneeded): eliminate unneeded docs....

...that are just causing warnings under Furo theme.
This commit is contained in:
Victor Wheeler
2025-06-18 09:56:43 -06:00
committed by Gabor Kiss-Vamosi
parent 9d358afe67
commit d2d2acca11
-1
View File
@@ -767,7 +767,6 @@ def run(args):
# ---------------------------------------------------------------------
t_end = datetime.now()
announce(__file__, 'Total run time: ' + str(t_end - t0))
announce(__file__, '\n\nNote: warnings about `details/index.rst` and `intro/index.rst` not being in any toctree are expected and okay.\n')
announce(__file__, 'Done.')