X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=39d111727c3a5b7ccd9fcc8f7ace3b479f94aeb3;hb=058e4e2485cb1cec765e32c7af73dc13c6b66f14;hp=f85e513100cfab6569a2cf6b0983e04b37feb2fc;hpb=f6aa33422f2c34e9a9ae077cde943f20d815c456;p=tools%2Fsat.git diff --git a/doc/source/conf.py b/doc/source/conf.py index f85e513..39d1117 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,7 @@ import os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [] +extensions = ['sphinx.ext.autodoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -117,7 +117,7 @@ html_theme = 'default' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -html_favicon = "images/salomeTools.ico" +#html_favicon = "images/salomeTools.ico" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, @@ -216,3 +216,6 @@ man_pages = [ ('index', 'salometools', u'salomeTools Documentation', [u'CEA'], 1) ] + +# Append source folder to path in order to enable autodoc +sys.path.append(os.path.join('..')) \ No newline at end of file