Update documentation script to use Python3.

pull/100/head
Jeremy 10 years ago
parent 1cfce6ac5e
commit 1900966751

@ -1,6 +1,6 @@
-rrequirements.txt
Sphinx==1.2.3
sphinx==1.2.3
pytest==2.6.4
ws4py==0.3.4
pep8==1.5.7

@ -22,6 +22,6 @@
set -e
py.test
python ../gns3server/web/documentation.py
python3 ../gns3server/web/documentation.py
cd ../docs
make html

Loading…
Cancel
Save