Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
 
 
 
 
 
 

19 lignes
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"]