Skip to content

Commit 362c2ae

Browse files
committed
website: Use path-independent way of Sphinx evoking
1 parent 01c1bed commit 362c2ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/www/make.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
C:\Python33\Scripts\sphinx-build.exe -b html . html
1+
@rem python -m pip install sphinx
2+
@rem python -m pip install sphinxcontrib-cheeseshop
3+
4+
python -m sphinx . html

0 commit comments

Comments
 (0)