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 71e7e34 commit 6d074dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
git stash
git checkout v1.0.3
pip install -e .
pip install jinja2<3
pip uninstall sphinx-design pydata-sphinx-theme
pip install -e ".[doc]"
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 6d074dc

Please sign in to comment.