diff --git a/docs/source/conf.py b/docs/source/conf.py index 3722ee308..166d224d7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ extensions = [] -templates_path = ['_templates'] +templates_path = [] exclude_patterns = [] language = 'fr' @@ -27,4 +27,4 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_static_path = []