Skip to content

Commit

Permalink
Spwcify versions to sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenp committed Jan 8, 2025
1 parent 14e4353 commit 92e244f
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 @@ -24,6 +24,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install sphinx sphinx-autodoc-typehints torch==2.5.* torchvision tensorflow==2.15.*
pip install sphinx==5.0.2 sphinx-autodoc-typehints==1.18.3 torch==2.5.* torchvision tensorflow==2.15.*
- name: Build docs
run: cd docsrc && make github SPHINXOPTS="-W --keep-going"

0 comments on commit 92e244f

Please sign in to comment.