Skip to content

Commit

Permalink
fixing docs builds in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Nov 23, 2024
1 parent b330a6c commit 71e7e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git checkout v1.0.3
pip install -e .
pip install -e ".[doc]"
pip install jinja2 < 3
pip install jinja2<3 sphinx-design<0.6
cd docs
make html
mkdir -p ../build/html/v1.0.3
Expand Down

0 comments on commit 71e7e34

Please sign in to comment.