Skip to content

Commit

Permalink
configure path
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Aug 31, 2018
1 parent 83ffa52 commit 8b1f46f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../../emu'))

# -- General configuration ------------------------------------------------

Expand All @@ -37,10 +37,10 @@
'pywps.ext_autodoc',
]

autoapi_type = 'python'
autoapi_dirs = ['../../emu']
autoapi_file_pattern = '*.py'
autoapi_options = ['members', 'undoc-members', 'private-members']
# autoapi_type = 'python'
# autoapi_dirs = ['../../emu']
# autoapi_file_pattern = '*.py'
# autoapi_options = ['members', 'undoc-members', 'private-members']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 8b1f46f

Please sign in to comment.