diff --git a/docs/build.py b/docs/build.py index f43986044b..8b2c356998 100755 --- a/docs/build.py +++ b/docs/build.py @@ -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.')