Browse Source

Fix duplicate language in config

master
Dimitri Merejkowsky 4 years ago
parent
commit
bac10b736c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      cours/source/conf.py

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

@@ -10,7 +10,6 @@ release = "0.1"
language = "fr" language = "fr"


templates_path = ["_templates"] templates_path = ["_templates"]
language = None
exclude_patterns = [] exclude_patterns = []


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