We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_default_settings
1 parent d9d1176 commit a1621bcCopy full SHA for a1621bc
1 file changed
pyproject.toml
@@ -36,7 +36,8 @@ classifiers = [
36
"Topic :: Documentation :: Sphinx",
37
]
38
dependencies = [
39
- "sphinx>=4.0.0",
+ "sphinx>=5.1.0",
40
+ "docutils>=0.19", # for get_default_settings()
41
42
dynamic = ["version"]
43
0 commit comments