From 00cf66e1b0a83f581fcb3a5c42cf5046b249a4fd Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 19 Sep 2020 16:34:05 +0200 Subject: [PATCH] fix prefix --- cours/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cours/source/conf.py b/cours/source/conf.py index f4ecda8..09f969a 100644 --- a/cours/source/conf.py +++ b/cours/source/conf.py @@ -16,7 +16,7 @@ extensions = [ notfound_context = { "title": "Page non trouvée", } -notfound_urls_prefix = "/" +notfound_urls_prefix = "/python/" html_show_sourcelink = False html_theme = "agogo"