We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25baf4a + fb56ea1 commit 05d9e35Copy full SHA for 05d9e35
setup.py
@@ -27,8 +27,8 @@
27
# Publish
28
"twine ~= 3.7.1",
29
# Documentation generation
30
- "Sphinx ~= 4.4.0",
31
- "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/)
32
"m2r2 ~= 0.3.2", # Sphinx extension for parsing README.md as reST and including in Sphinx docs
33
]
34
0 commit comments