summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-20 11:00:54 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-20 11:37:55 -0400
commita63f3c46d17d8d300cebde9e73362ba23009450c (patch)
tree1fbb2d8f1d3d929e18a575fa76ee9898fbc3dec9 /doc/conf.py
parent8cba8ccce5be7094afd25037863f6819fa13ee7f (diff)
downloadbcfg2-a63f3c46d17d8d300cebde9e73362ba23009450c.tar.gz
bcfg2-a63f3c46d17d8d300cebde9e73362ba23009450c.tar.bz2
bcfg2-a63f3c46d17d8d300cebde9e73362ba23009450c.zip
documented packages backends
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 31a7960fe..7fc10ad61 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -19,7 +19,6 @@ import time
# 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('../src/lib'))
sys.path.insert(0, os.path.abspath('../src/lib'))
# -- General configuration -----------------------------------------------------