Selaa lähdekoodia

fix prefix

master
Dimitri Merejkowsky 4 vuotta sitten
vanhempi
commit
00cf66e1b0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      cours/source/conf.py

+ 1
- 1
cours/source/conf.py Näytä tiedosto

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