From b4fe3309493a5e5484ada1f0435f8bf6ba99416d Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 19 Sep 2020 16:01:21 +0200 Subject: [PATCH] Pas besoin d'index sur le cours en HTML --- cours/source/conf.py | 1 + 1 file changed, 1 insertion(+) 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