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.
 
 
 
 
 
 

19 lines
359 B

  1. import sphinx_nameko_theme
  2. project = "Cours Python"
  3. copyright = "2020, Dimitri Merejkowsky"
  4. author = "Dimitri Merejkowsky"
  5. release = "0.1"
  6. language = "fr"
  7. templates_path = ["_templates"]
  8. exclude_patterns = []
  9. html_show_sourcelink = False
  10. html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]
  11. html_theme = "nameko"
  12. html_static_path = ["_static"]