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 289d153 commit 8b51be0Copy full SHA for 8b51be0
pyproject.toml
@@ -77,11 +77,11 @@ optional-dependencies.dev-min = [
77
optional-dependencies.docs = [
78
"autodoc-pydantic>=2.0.1",
79
"nc-py-api[app,calendar]",
80
- "sphinx>=6.2",
+ "sphinx<8",
81
"sphinx-copybutton",
82
"sphinx-inline-tabs",
83
"sphinx-issues>=3.0.1",
84
- "sphinx-rtd-theme>=1",
+ "sphinx-rtd-theme<3",
85
]
86
urls.Changelog = "https://github.com/cloud-py-api/nc_py_api/blob/main/CHANGELOG.md"
87
urls.Documentation = "https://cloud-py-api.github.io/nc_py_api/"
0 commit comments