From 77a2c9feaff3f1aa452fdf2b7b40d468f02d2946 Mon Sep 17 00:00:00 2001 From: Victor Feyens Date: Wed, 28 Apr 2021 11:34:07 +0200 Subject: [PATCH] remove/fix leftover todo/fixme/... comments --- conf.py | 5 +++-- extensions/github_link/__init__.py | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/conf.py b/conf.py index 9b6af150a..7b5123524 100644 --- a/conf.py +++ b/conf.py @@ -164,9 +164,10 @@ html_favicon = os.path.join(html_theme_path[0], html_theme, 'static', 'img', 'fa html_static_path = ['static'] html_add_permalinks = 'ΒΆ' # Sphinx < 3.5 html_permalinks = True # Sphinx >= 3.5 -# The page-specific js files that can be imported with the 'custom-js' metadata directive. TODO VFE does it act as a filter? Why are there already some imports not listed here? +# Additional css & js files: +# Empty because the js & css files are specified in the extensions/theme +# or specified for a given page only through the custom-js & custom-css metadata directives html_js_files = [] -# The page-specific css files that can be imported with the 'custom-css' metadata directive. TODO VFE does it act as a filter? Why are there already some imports not listed here? html_css_files = [] # PHP lexer option to not require