您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。
 
 
 
 
 
 

20 行
380 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. keep_warnings = True
  10. html_show_sourcelink = False
  11. html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]
  12. html_theme = "nameko"
  13. html_static_path = ["_static"]