Skip to content

Commit

Permalink
added paths to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 23, 2013
1 parent ba24d06 commit 504511d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Expand Up @@ -16,7 +16,8 @@
# 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.append(os.path.abspath('../python-api'))
sys.path.append(os.path.abspath('../python-api/gstswitch'))

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

Expand Down

0 comments on commit 504511d

Please sign in to comment.