From: Oleg Broytman Date: Sat, 15 Apr 2017 20:44:42 +0000 (+0300) Subject: Add rebuild script X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=5a5e57a8c666dc851f85a500d37e0197059e0cf3 Add rebuild script --- diff --git a/project_template/docs/rebuild b/project_template/docs/rebuild new file mode 100755 index 0000000..56d07b5 --- /dev/null +++ b/project_template/docs/rebuild @@ -0,0 +1,4 @@ +#! /bin/sh + +SPHINXBUILD="`which sphinx-build`" +PYTHONPATH=.. exec make SPHINXBUILD="python $SPHINXBUILD" html