From 5248ec57d97050f48efdd00d3106016ad4553363 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Jun 2012 12:13:41 +0000 Subject: minor fixes - new compositor could use uninitialized var - profile conversion could use uninitialized var - set better warnings for clang+cmake. - remove picky warnings from sphinx doc gen shell script. --- doc/python_api/sphinx_doc_gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/python_api/sphinx_doc_gen.sh') diff --git a/doc/python_api/sphinx_doc_gen.sh b/doc/python_api/sphinx_doc_gen.sh index ccb293d7a0e..92461961920 100755 --- a/doc/python_api/sphinx_doc_gen.sh +++ b/doc/python_api/sphinx_doc_gen.sh @@ -61,7 +61,7 @@ if $DO_OUT_HTML ; then # annoying bug in sphinx makes it very slow unless we do this. should report. cd $SPHINXBASE - sphinx-build -n -b html sphinx-in sphinx-out + sphinx-build -b html sphinx-in sphinx-out # XXX, saves space on upload and zip, should move HTML outside # and zip up there, for now this is OK -- cgit v1.2.3