Mercurial > p > roundup > code
annotate website/www/make.bat @ 5373:faf3f01ef446
Run into a roadblock with trying to install python 3 compatible
xapian. Leaving my attempt in as commented out code for next person
to attempt.
Reinstaled the code that works with python 2 environment so
CI can be used for testing python 2 at least.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 20 Jul 2018 21:16:49 -0400 |
| parents | bcec10953ae8 |
| children | 3a851df879cd |
| rev | line source |
|---|---|
|
5016
bcec10953ae8
website: Use path-independent way of Sphinx evoking
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
1 @rem python -m pip install sphinx |
|
bcec10953ae8
website: Use path-independent way of Sphinx evoking
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
2 @rem python -m pip install sphinxcontrib-cheeseshop |
|
bcec10953ae8
website: Use path-independent way of Sphinx evoking
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
3 |
|
bcec10953ae8
website: Use path-independent way of Sphinx evoking
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
4 python -m sphinx . html |
