summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-01-18 10:54:33 -0800
committertermie <github@anarkystic.com>2012-01-18 19:53:37 -0800
commite129d5f402255bd10e2bd2f8a80284b7b38ab749 (patch)
tree8c46b55b57e99c894301a7f175c9a497ffa52c64
parent198d168a529b5aedc4b3b814748f43980584ff49 (diff)
downloadkeystone-e129d5f402255bd10e2bd2f8a80284b7b38ab749.tar.gz
keystone-e129d5f402255bd10e2bd2f8a80284b7b38ab749.tar.xz
keystone-e129d5f402255bd10e2bd2f8a80284b7b38ab749.zip
fix sphinx
-rw-r--r--docs/Makefile2
-rw-r--r--docs/source/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index e0366c85..03e3ef3b 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -45,7 +45,7 @@ clean:
-rm -rf $(BUILDDIR)/*
autodoc:
- $(SPHINXAPIDOC) -o $(SOURCEDIR) ../keystone
+ $(SPHINXAPIDOC) -f -o $(SOURCEDIR) ../keystone
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1f7785ef..9c18c5ff 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -16,7 +16,7 @@ import sys, os
# 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('../..'))
# -- General configuration -----------------------------------------------------