mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Fix documentation generation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user