docs/conf.py
changeset 12 bb7d41be0c44
parent 0 a35731b5e31a
child 13 19ebde2fd594
equal deleted inserted replaced
11:762513aacc87 12:bb7d41be0c44
    14 import sys, os
    14 import sys, os
    15 
    15 
    16 # If extensions (or modules to document with autodoc) are in another directory,
    16 # If extensions (or modules to document with autodoc) are in another directory,
    17 # add these directories to sys.path here. If the directory is relative to the
    17 # add these directories to sys.path here. If the directory is relative to the
    18 # documentation root, use os.path.abspath to make it absolute, like shown here.
    18 # documentation root, use os.path.abspath to make it absolute, like shown here.
    19 #sys.path.append(os.path.abspath('.'))
    19 sys.path.append(os.path.abspath('..'))
    20 
    20 
    21 # -- General configuration -----------------------------------------------------
    21 # -- General configuration -----------------------------------------------------
    22 
    22 
    23 # Add any Sphinx extension module names here, as strings. They can be extensions
    23 # Add any Sphinx extension module names here, as strings. They can be extensions
    24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.