project = "Programmation en Python" copyright = "2020, Dimitri Merejkowsky" author = "Dimitri Merejkowsky" version = "0.3" language = "fr" templates_path = ["_templates"] exclude_patterns = [] keep_warnings = True html_show_sourcelink = False html_theme = "agogo" # Don't use default " documentation" html_title = project html_static_path = ["_static"]