summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
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