您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。
|
- import sphinx_nameko_theme
-
-
- project = "Cours Python"
- copyright = "2020, Dimitri Merejkowsky"
- author = "Dimitri Merejkowsky"
-
-
- version = "0.3"
- language = "fr"
-
- templates_path = ["_templates"]
- exclude_patterns = []
- keep_warnings = True
-
- html_show_sourcelink = False
- html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]
- html_theme = "nameko"
- html_static_path = ["_static"]
|