Skip to content

Commit 05d9e35

Browse files
authored
Merge pull request #39 from AllenCell/feature/update-dependencies
try to resolve sphinx error by bumping version up
2 parents 25baf4a + fb56ea1 commit 05d9e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# Publish
2828
"twine ~= 3.7.1",
2929
# Documentation generation
30-
"Sphinx ~= 4.4.0",
31-
"furo == 2022.1.2", # Third-party theme (https://pradyunsg.me/furo/quickstart/)
30+
"Sphinx ~= 5.0.0",
31+
"furo == 2022.06.04", # Third-party theme (https://pradyunsg.me/furo/quickstart/)
3232
"m2r2 ~= 0.3.2", # Sphinx extension for parsing README.md as reST and including in Sphinx docs
3333
]
3434

0 commit comments

Comments
 (0)