您不能選擇超過 %s 個話題
話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
此存儲庫已封存,您能瀏覽檔案及複製此存儲庫,但不能推送、建立問題及拉取請求。
|
- import sphinx_nameko_theme
-
-
- project = "Cours Python"
- copyright = "2020, Dimitri Merejkowsky"
- author = "Dimitri Merejkowsky"
-
-
- release = "0.1"
- 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"]
|