diff --git a/cours/source/conf.py b/cours/source/conf.py index 25fa19d..15e6e05 100644 --- a/cours/source/conf.py +++ b/cours/source/conf.py @@ -15,3 +15,4 @@ html_theme = "agogo" # Don't use default " documentation" html_title = project html_static_path = ["_static"] +html_use_index = False