project = "Programmation en Python" copyright = "2020, Dimitri Merejkowsky" author = "Dimitri Merejkowsky - Contenu placé sous licence CC BY 4.0" version = "0.3" language = "fr" copyright = "CC BY 4.0" templates_path = ["_templates"] exclude_patterns = [] keep_warnings = True extensions = [ "notfound.extension", ] notfound_context = { "title": "Page non trouvée", "body": "

Page non trouvée

", } notfound_urls_prefix = "/python/" html_show_sourcelink = False html_show_copyright = False html_theme = "sphinx_book_theme" # Don't use default " documentation" html_title = project html_static_path = ["_static"] html_use_index = False