Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
|
- 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"]
|