Fix documentation generation

This commit is contained in:
Julien Duponchelle
2015-01-20 15:21:13 +01:00
parent 0b97509a74
commit f5ac73d1ca
11 changed files with 197 additions and 225 deletions

View File

@ -21,7 +21,9 @@
set -e
py.test
python3 ../gns3server/web/documentation.py
cd ../docs
echo "WARNING: This script should be run at the root directory of the project"
py.test -v
python3 gns3server/web/documentation.py
cd docs
make html