Skip to content

Commit

Permalink
Update generate_api_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KRM7 committed Sep 6, 2024
1 parent d8089ab commit 457e10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/generate_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python --version

echo -e "Pip version:"
pip --version
pip install -r ${APIDOC_DIR}/requirements.txt
pip install --break-system-packages -r ${APIDOC_DIR}/requirements.txt

echo -e "Doxygen version:"
doxygen --version
Expand Down

0 comments on commit 457e10b

Please sign in to comment.