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.
1 parent d7e3b08 commit 09c15ceCopy full SHA for 09c15ce
pyproject.toml
@@ -66,20 +66,16 @@ test = [
66
"pre-commit"
67
]
68
docs = [
69
- # needed because m2r uses deprecated APIs
70
- # m2r is depended on by sphinxcontrib-openapi
71
- "docutils<0.21",
72
"ipykernel",
73
"jinja2",
74
"jupyter_client",
75
"jupyter_server",
76
- "mistune<1.0.0",
77
"myst-parser",
78
"nbformat",
79
"prometheus_client",
80
"pydata_sphinx_theme",
81
"Send2Trash",
82
- "sphinxcontrib-openapi",
+ "sphinxcontrib-openapi>=0.8.0",
83
"sphinxcontrib_github_alt",
84
"sphinxcontrib-spelling",
85
"sphinx-autodoc-typehints",
0 commit comments