Browse Source

cours: keep warnings

That way you see them while you're watching the changes!
master
Dimitri Merejkowsky 4 years ago
parent
commit
695f4461c8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cours/source/conf.py

+ 1
- 0
cours/source/conf.py View File

@@ -11,6 +11,7 @@ language = "fr"


templates_path = ["_templates"] templates_path = ["_templates"]
exclude_patterns = [] exclude_patterns = []
keep_warnings = True


html_show_sourcelink = False html_show_sourcelink = False
html_theme_path = [sphinx_nameko_theme.get_html_theme_path()] html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]