From 3c7c87ff277d574a51f15a4737975eade0e4033b Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Fri, 24 Apr 2020 11:46:20 +0200 Subject: [PATCH] Minor corrections --- doc/en/conf.py | 1 + doc/fr/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/en/conf.py b/doc/en/conf.py index d8e4f82..6bc99d0 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -99,6 +99,7 @@ else: html_title = doctitle html_static_path = ['_static'] html_show_sourcelink = False +html_search_language = language # -- Options for HTMLHelp output ----------------------------------------------- htmlhelp_basename = 'ADAOdoc' diff --git a/doc/fr/conf.py b/doc/fr/conf.py index e0dffd4..39371cf 100644 --- a/doc/fr/conf.py +++ b/doc/fr/conf.py @@ -99,6 +99,7 @@ else: html_title = doctitle html_static_path = ['_static'] html_show_sourcelink = False +html_search_language = language # -- Options for HTMLHelp output ----------------------------------------------- htmlhelp_basename = 'ADAOdoc' -- 2.39.2