Salome HOME
remove remaining is_salome_product occurences
[tools/sat.git] / doc / src / conf.py
index 7888880a4c21bee2622f5f3bc8ce532581d55b7c..5e37a670f6e503cebd01c0ba2256733a65c2d582 100644 (file)
 import sys
 import os
 
-# Append source folder to path in order to enable autodoc
-currentPath = os.path.dirname(__file__)
-print("sphinx on file %s" % __file__=
-dirAutodoc = os.path.realpath(os.path.join(currentPath, '..', '..'))
-print("autodoc on dir %s" % dirAutodoc)
-sys.path.append(dirAutodoc)
-sys.path.append(dirAutodoc + "/commands")
-
 
 # https://stackoverflow.com/questions/23462494/how-to-add-a-custom-css-file-to-sphinx
 # this needs realpath(custom), cause problem on relocated git clone, 
@@ -43,7 +35,7 @@ sys.path.append(dirAutodoc + "/commands")
 
 # 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', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode']
+extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode']
 
 # do not use rst_prolog please use doc/rst_prolog.rst and '.. include:: ../rst_prolog.rst'
 # https://github.com/sphinx-doc/sphinx/issues/2445
@@ -62,16 +54,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'salomeTools'
-copyright = u'2018, CEA'
+copyright = u'2019, CEA'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '5.0'
+version = '5.4'
 # The full version, including alpha/beta/rc tags.
-release = '5.0.0dev'
+release = '5.4.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.