From: Jean-Philippe ARGAUD Date: Mon, 11 May 2020 07:53:50 +0000 (+0200) Subject: Minor documentation improvements X-Git-Tag: V9_5_0b X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=36f697aea7f7771f1b4ac9f470913934155e5a00;p=modules%2Fadao.git Minor documentation improvements --- diff --git a/doc/en/conf.py b/doc/en/conf.py index 6bc99d0..3cba960 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -92,17 +92,18 @@ exclude_trees = ['snippets',] # -- Options for HTML output --------------------------------------------------- if use_rtd_theme: - html_theme = "sphinx_rtd_theme" + html_theme = "sphinx_rtd_theme" else: - html_theme = 'default' if __lv < LooseVersion("1.3.0") else 'classic' + html_theme = 'default' if __lv < LooseVersion("1.3.0") else 'classic' # -html_title = doctitle -html_static_path = ['_static'] +html_title = doctitle +html_static_path = ['_static'] html_show_sourcelink = False html_search_language = language +html_favicon = 'resources/ADAO_favicon.ico' # -- Options for HTMLHelp output ----------------------------------------------- -htmlhelp_basename = 'ADAOdoc' +htmlhelp_basename = 'ADAOdoc' # -- Options for LaTeX output -------------------------------------------------- diff --git a/doc/en/resources/ADAO_favicon.ico b/doc/en/resources/ADAO_favicon.ico new file mode 100644 index 0000000..48a49b4 Binary files /dev/null and b/doc/en/resources/ADAO_favicon.ico differ diff --git a/doc/fr/conf.py b/doc/fr/conf.py index 39371cf..70dd301 100644 --- a/doc/fr/conf.py +++ b/doc/fr/conf.py @@ -92,17 +92,18 @@ exclude_trees = ['snippets',] # -- Options for HTML output --------------------------------------------------- if use_rtd_theme: - html_theme = "sphinx_rtd_theme" + html_theme = "sphinx_rtd_theme" else: - html_theme = 'default' if __lv < LooseVersion("1.3.0") else 'classic' + html_theme = 'default' if __lv < LooseVersion("1.3.0") else 'classic' # -html_title = doctitle -html_static_path = ['_static'] +html_title = doctitle +html_static_path = ['_static'] html_show_sourcelink = False html_search_language = language +html_favicon = 'resources/ADAO_favicon.ico' # -- Options for HTMLHelp output ----------------------------------------------- -htmlhelp_basename = 'ADAOdoc' +htmlhelp_basename = 'ADAOdoc' # -- Options for LaTeX output -------------------------------------------------- diff --git a/doc/fr/resources/ADAO_favicon.ico b/doc/fr/resources/ADAO_favicon.ico new file mode 100644 index 0000000..48a49b4 Binary files /dev/null and b/doc/fr/resources/ADAO_favicon.ico differ