docs(misc): pre-re-org wrap-up... (#7804)

Co-authored-by: Felipe Neves <ryukokki.felipe@gmail.com>
This commit is contained in:
Victor Wheeler
2025-02-25 08:15:02 -07:00
committed by GitHub
parent fb3903c55e
commit 8f6713c185
8 changed files with 48 additions and 38 deletions

View File

@@ -725,10 +725,6 @@ def run():
# ---------------------------------------------------------------------
t_end = datetime.now()
print('Total run time: ' + str(t_end - t0))
print()
print('Note: warnings about `/details/index.rst` and `/intro/index.rst`')
print(' "not being in any toctree" are expected and intentional.')
print()
print('Done.')