]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/docs/rebuild
Add rebuild script
[cookiecutter.git] / project_template / docs / rebuild
diff --git a/project_template/docs/rebuild b/project_template/docs/rebuild
new file mode 100755 (executable)
index 0000000..56d07b5
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+SPHINXBUILD="`which sphinx-build`"
+PYTHONPATH=.. exec make SPHINXBUILD="python $SPHINXBUILD" html