diff options
author | W. Trevor King <wking@drexel.edu> | 2010-02-06 13:09:24 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-02-06 13:09:24 -0500 |
commit | 668be5b01d9ad47f4f9714bfe8deee377341eb35 (patch) | |
tree | 367f0df6c880bc1a6815d1d290cb30f9a3352660 /doc/conf.py | |
parent | 23b523c3ddd527012f0ae18dc2b3da2fadcfdae2 (diff) | |
download | bugseverywhere-668be5b01d9ad47f4f9714bfe8deee377341eb35.tar.gz |
Added libbe.bug to the Sphinx documentation
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index b2dab25..ea03b08 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -13,12 +13,13 @@ import sys, os -import libbe.version - # 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.append(os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('..')) + +import libbe.version # -- General configuration ----------------------------------------------------- |