25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.
 
 
 
 
 
 

19 satır
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"]