From 9a4280d4c8ae054f2383d02eddf0038b75a410be Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 19 Sep 2020 16:40:23 +0200 Subject: [PATCH] try 3 --- 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 0bebdae..93a5795 100644 --- a/cours/source/conf.py +++ b/cours/source/conf.py @@ -15,7 +15,7 @@ extensions = [ notfound_context = { "title": "Page non trouvée", - "body": "

Page non trouvée

", + "body": "

Page non trouvée

", } notfound_urls_prefix = "/python/"