diff -r d25390ea2f19 -r 43bd6ec9198f eric7/eric7_doc.py --- a/eric7/eric7_doc.py Tue Sep 14 18:08:32 2021 +0200 +++ b/eric7/eric7_doc.py Tue Sep 14 19:18:33 2021 +0200 @@ -281,8 +281,6 @@ outputDir = os.getcwd() outputDir = os.path.abspath(outputDir) - # TODO: write configured colors to a stylesheet file and use stylesheet - # variant only if stylesheetFile: try: shutil.copy(stylesheetFile, os.path.join(outputDir, "styles.css"))