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

18 行
376 B

  1. project = "Programmation en Python"
  2. copyright = "2020, Dimitri Merejkowsky"
  3. author = "Dimitri Merejkowsky"
  4. version = "0.3"
  5. language = "fr"
  6. templates_path = ["_templates"]
  7. exclude_patterns = []
  8. keep_warnings = True
  9. html_show_sourcelink = False
  10. html_theme = "agogo"
  11. # Don't use default "<project> <version> documentation"
  12. html_title = project
  13. html_static_path = ["_static"]