1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Update documentation script to use Python3.

This commit is contained in:
Jeremy 2015-01-18 13:58:19 -07:00
parent 1cfce6ac5e
commit 1900966751
2 changed files with 2 additions and 2 deletions

View File

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

View File

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