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/"