changeset 5016:bcec10953ae8

website: Use path-independent way of Sphinx evoking
author anatoly techtonik <techtonik@gmail.com>
date Fri, 08 Jan 2016 14:21:06 +0300
parents 85484d35f1a2
children 98344ba5e157
files website/www/make.bat
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/website/www/make.bat	Wed Jan 06 22:36:55 2016 +0100
+++ b/website/www/make.bat	Fri Jan 08 14:21:06 2016 +0300
@@ -1,1 +1,4 @@
-C:\Python33\Scripts\sphinx-build.exe -b html . html
+@rem python -m pip install sphinx
+@rem python -m pip install sphinxcontrib-cheeseshop
+
+python -m sphinx . html

Roundup Issue Tracker: http://roundup-tracker.org/