mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Update documentation script to use Python3.
This commit is contained in:
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…
Reference in New Issue
Block a user