From bac10b736c1b2e356af4fefb556562ae616dd353 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 12 Feb 2020 11:48:51 +0100 Subject: [PATCH] Fix duplicate language in config --- cours/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cours/source/conf.py b/cours/source/conf.py index 6383a75..6d1a07c 100644 --- a/cours/source/conf.py +++ b/cours/source/conf.py @@ -10,7 +10,6 @@ release = "0.1" language = "fr" templates_path = ["_templates"] -language = None exclude_patterns = [] html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]