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:
parent
1cfce6ac5e
commit
1900966751
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user