CI/Docs: Generate docs locally before uploading to registry

This commit is contained in:
David Cermak
2021-11-12 16:24:41 +01:00
parent b9ff1e4e12
commit 2c21aa1113
4 changed files with 20 additions and 30 deletions

View File

@ -17,9 +17,7 @@ cat ../include/generate/esp_modem_command_declare.inc | clang -E -P -xc -I../in
doxygen
# Generate the docs
mkdir -p ../../../docs/esp_modem
python -u -m sphinx.cmd.build -b html . ../../../docs/esp_modem
python -u -m sphinx.cmd.build -b html . html
# Cleanup the doxygen xml's and temporary headers
rm -rf xml esp_modem_api_commands.h esp_modem_dce.hpp cxx_api_links.rst