Skip to content

Commit

Permalink
fix: Disable icon-docs as they are broken anyways
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jun 6, 2023
1 parent 3435dac commit b0ec583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ user-manual-html:
cd user_manual && make html
@echo "User manual build finished; HTML is updated"

developer-manual-html: openapi-spec icons-docs
developer-manual-html: openapi-spec # icons-docs
rm -rf developer_manual/_build/html/com
cd developer_manual && make html
@echo "Developer manual build finished; HTML is updated"
Expand Down

0 comments on commit b0ec583

Please sign in to comment.