選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 
 
 

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