Skip to content

Commit

Permalink
Update docs_buildv1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thoglu authored Dec 27, 2023
1 parent 95dfaee commit a0c850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_buildv1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "python -m pip install sphinx_rtd_theme torch numpy matplotlib scipy torchdiffeq"
pre-build-command: "python -m pip install sphinx_rtd_theme==1.3.0 torch numpy matplotlib scipy torchdiffeq"
docs-folder: "docs/"

# - uses: actions/upload-artifact@v1
Expand Down

0 comments on commit a0c850f

Please sign in to comment.