You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

20 lines
435 B

  1. project = "Programmation en Python"
  2. copyright = "2020, Dimitri Merejkowsky"
  3. author = "Dimitri Merejkowsky"
  4. version = "0.3"
  5. language = "fr"
  6. templates_path = ["_templates"]
  7. exclude_patterns = []
  8. keep_warnings = True
  9. extensions = ["notfound.extension"]
  10. html_show_sourcelink = False
  11. html_theme = "agogo"
  12. # Don't use default "<project> <version> documentation"
  13. html_title = project
  14. html_static_path = ["_static"]
  15. html_use_index = False