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