]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Change sphinx theme to use read the docs cbr/sphinx_rtd_theme
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 25 Feb 2020 08:20:59 +0000 (09:20 +0100)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 25 Feb 2020 08:20:59 +0000 (09:20 +0100)
doc/salome/gui/SMESH/conf.py.in
src/Tools/MGCleanerPlug/doc/conf.py.in
src/Tools/Verima/Doc/conf.py.in
src/Tools/YamsPlug/doc/conf.py.in
src/Tools/blocFissure/doc/conf.py.in

index d11dbd5c4bc1ac85e2813c3136f568d498f2c354..e6418ab3686854ba953db2f26cfc8eb8ffd6390b 100644 (file)
@@ -98,7 +98,7 @@ exclude_patterns = ['**/CVS']
 #show_authors = False
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'default'
 
 
 # Options for HTML output
@@ -106,7 +106,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
+html_theme = 'sphinx_rtd_theme'
 themes_options = {}
 themes_options['classic'] = {
   'body_max_width':'none',
index 560450bf16faa9d7c55c9d7ea5777a0773e39964..c2d192ba9e07e39a88e4d22d00e54ef8013884ad 100644 (file)
@@ -75,7 +75,7 @@ release = '@SALOMESMESH_VERSION@'
 #show_authors = False
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'default'
 
 
 # Options for HTML output
@@ -83,7 +83,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
+html_theme = 'sphinx_rtd_theme'
 themes_options = {}
 themes_options['classic'] = {
   'body_max_width':'none',
index d4b53b638a55a943d5092f1427e39403d80e192d..fd5b7d477136ffa6701be65112941b6be5e1c02b 100644 (file)
@@ -75,7 +75,7 @@ release = '@SALOMESMESH_VERSION@'
 #show_authors = False
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'default'
 
 
 # Options for HTML output
@@ -83,7 +83,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
+html_theme = 'sphinx_rtd_theme'
 themes_options = {}
 themes_options['classic'] = {
   'body_max_width':'none',
index 2a4b9928609f6a6daa8f4b3ef0237222c588af66..adefe21f6796fb5b1af2aadcb181909924fe068a 100644 (file)
@@ -75,7 +75,7 @@ release = '@SALOMESMESH_VERSION@'
 #show_authors = False
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'default'
 
 
 # Options for HTML output
@@ -83,7 +83,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
+html_theme = 'sphinx_rtd_theme'
 themes_options = {}
 themes_options['classic'] = {
   'body_max_width':'none',
index d6db7e5cecf77c80033e36d4571d149dd19d442a..d4f8670a2bc470d998728e38775134d9b7f105dc 100644 (file)
@@ -74,7 +74,7 @@ release = '@SALOMESMESH_VERSION@'
 #show_authors = False
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'default'
 
 
 # Options for HTML output
@@ -84,7 +84,7 @@ pygments_style = 'sphinx'
 # must exist either in Sphinx' static/ path, or in one of the custom paths
 # given in html_static_path.
 #html_style = 'default'
-html_theme = 'default'
+html_theme = 'sphinx_rtd_theme'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".