From 695f4461c8c80e6d602c3e8d3d17dc5ccb55d637 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 12 Feb 2020 20:02:26 +0100 Subject: [PATCH] cours: keep warnings That way you see them while you're watching the changes! --- cours/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cours/source/conf.py b/cours/source/conf.py index 26d93a7..9493a3d 100644 --- a/cours/source/conf.py +++ b/cours/source/conf.py @@ -11,6 +11,7 @@ language = "fr" templates_path = ["_templates"] exclude_patterns = [] +keep_warnings = True html_show_sourcelink = False html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]