25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- 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"]
|