Fix PYTHON executable and html script

This commit is contained in:
Steven Silvester
2015-09-15 08:45:03 -05:00
parent 634737ca22
commit f20e2c3c1a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ build: false
test_script:
# Build the docs
- pip install sphinx
- cd doc && make html
- SET PYTHON=%PYTHON%\\python.exe && cd doc && make html
# Change to a non-source folder to make sure we run the tests on the
# installed library.
+1
View File
@@ -47,6 +47,7 @@ if "%1" == "html" (
mkdir source/api
%PYTHON% tools/build_modref_templates.py
cd source && %PYTHON% random_gallery.py
cd ..
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.