aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-02-06 13:09:24 -0500
committerW. Trevor King <wking@drexel.edu>2010-02-06 13:09:24 -0500
commit668be5b01d9ad47f4f9714bfe8deee377341eb35 (patch)
tree367f0df6c880bc1a6815d1d290cb30f9a3352660 /doc/conf.py
parent23b523c3ddd527012f0ae18dc2b3da2fadcfdae2 (diff)
downloadbugseverywhere-668be5b01d9ad47f4f9714bfe8deee377341eb35.tar.gz
Added libbe.bug to the Sphinx documentation
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py5
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 -----------------------------------------------------