summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
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 /docs/Makefile
parent198d168a529b5aedc4b3b814748f43980584ff49 (diff)
fix sphinx
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 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