]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor documentation improvements V9_5_0b
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 11 May 2020 07:53:50 +0000 (09:53 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 11 May 2020 07:53:50 +0000 (09:53 +0200)
doc/en/conf.py
doc/en/resources/ADAO_favicon.ico [new file with mode: 0644]
doc/fr/conf.py
doc/fr/resources/ADAO_favicon.ico [new file with mode: 0644]

index 6bc99d0d68ae88b048e3f62208dbb39c5333a272..3cba9603b7136ea55451fbb82c078a6daa5cb921 100644 (file)
@@ -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 (file)
index 0000000..48a49b4
Binary files /dev/null and b/doc/en/resources/ADAO_favicon.ico differ
index 39371cf34e5b9627e5ba446ab2df6caef0343d2f..70dd301b29405d6292bfdcb081e1c84d5c5deaa9 100644 (file)
@@ -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 (file)
index 0000000..48a49b4
Binary files /dev/null and b/doc/fr/resources/ADAO_favicon.ico differ