Salome HOME
Merge branch 'V9_9_BR'
[modules/smesh.git] / src / Tools / MGCleanerPlug / doc / conf.py.in
index 560450bf16faa9d7c55c9d7ea5777a0773e39964..3f0968e9b673b8cb1db2141f40cf05ce234669a6 100644 (file)
@@ -25,6 +25,12 @@ import sphinx
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc']
+try:
+  import sphinx_rtd_theme
+  extensions += ['sphinx_rtd_theme']
+  use_rtd_theme = True
+except:
+  use_rtd_theme = False
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']
@@ -37,7 +43,7 @@ master_doc = 'index'
 
 # General substitutions.
 project = 'MGCleaner Plug-in'
-copyright = '2013-2017, EDF R&D'
+copyright = '2013-2022, EDF R&D'
 
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
@@ -83,7 +89,11 @@ 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'
+if use_rtd_theme:
+  html_theme = 'sphinx_rtd_theme'
+else:
+  html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
+
 themes_options = {}
 themes_options['classic'] = {
   'body_max_width':'none',
@@ -164,7 +174,7 @@ htmlhelp_basename = 'MGCleanerPlug-in doc'
 # (source start file, target name, title, author, document class [howto/manual]).
 latex_documents = [
   ('index', 'MGCleanerPlugIn.tex', 'MGCleaner PlugIn Documentation',
-   'CEA', 'manual'),
+   'EDF R&D', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of