Call documentation importer before attempt to build doc

This commit is contained in:
Manuel Cortez 2018-09-18 12:39:42 -05:00
parent 8a6f73fdc2
commit fbbd3cf00e

View File

@ -47,6 +47,7 @@ install:
build_script:
- "cd src"
- "%CMD_IN_ENV% python ..\\doc\\documentation_importer.py"
- "%CMD_IN_ENV% python ..\\doc\\generator.py"
- "%CMD_IN_ENV% python setup.py py2exe"