From 37c1a63a7fd140da2b8b49bc3bdc91e6afcce3d8 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 19 Sep 2020 16:38:09 +0200 Subject: [PATCH] try2 --- cours/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cours/source/conf.py b/cours/source/conf.py index 09f969a..0bebdae 100644 --- a/cours/source/conf.py +++ b/cours/source/conf.py @@ -15,6 +15,7 @@ extensions = [ notfound_context = { "title": "Page non trouvée", + "body": "

Page non trouvée

", } notfound_urls_prefix = "/python/"