Skip to content

Commit

Permalink
Merge pull request #39 from AllenCell/feature/update-dependencies
Browse files Browse the repository at this point in the history
try to resolve sphinx error by bumping version up
  • Loading branch information
kmitcham authored Sep 11, 2024
2 parents 25baf4a + fb56ea1 commit 05d9e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
# Publish
"twine ~= 3.7.1",
# Documentation generation
"Sphinx ~= 4.4.0",
"furo == 2022.1.2", # Third-party theme (https://pradyunsg.me/furo/quickstart/)
"Sphinx ~= 5.0.0",
"furo == 2022.06.04", # Third-party theme (https://pradyunsg.me/furo/quickstart/)
"m2r2 ~= 0.3.2", # Sphinx extension for parsing README.md as reST and including in Sphinx docs
]

Expand Down

0 comments on commit 05d9e35

Please sign in to comment.