mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 17:17:07 +08:00
Fix PYTHON executable and html script
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user