Skip to content

Commit

Permalink
Update requirements.txt to match docs site that builds without error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGardhouse committed Jan 13, 2025
1 parent 0e592e7 commit 8dfcf75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ retworkx==0.11.0
scipy==1.10.0
semantic-version==2.7
snowballstemmer==2.2.0
sphinx==4.5.0
sphinx~=3.5.0; python_version < "3.10"
sphinx==4.2; python_version == "3.10"
sphinx-automodapi==0.14.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
Expand Down

0 comments on commit 8dfcf75

Please sign in to comment.