diff --git a/docs/source/conf.py b/docs/source/conf.py index 331e5de5657bd70fd567ce19c0eeed6aa5489d54..0292503d087ad440dcf6376f351e6595140b8682 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -575,7 +575,6 @@ Contents: """ if not os.path.exists("./test_rsts"): os.makedirs("./test_rsts") - with open("test_results.rst", "w") as f: f.write(header) for commit, modtime in sorted_dir(test_artefact_dir):