소스 검색

Correction de la configuration de l'extension "notfound"

master
Dimitri Merejkowsky 4 년 전
부모
커밋
1abea43acf
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. +8
    -1
      cours/source/conf.py

+ 8
- 1
cours/source/conf.py 파일 보기

@@ -9,7 +9,14 @@ templates_path = ["_templates"]
exclude_patterns = []
keep_warnings = True

extensions = ["notfound.extension"]
extensions = [
"notfound.extension",
]

notfound_context = {
"title": "Page non trouvée",
}
notfound_urls_prefix = "/"

html_show_sourcelink = False
html_theme = "agogo"