Skip to content

Commit 6db90c1

Browse files
committed
fixup! fixup! Add ReadTheDocs config
1 parent 82e9db1 commit 6db90c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def read(path: str) -> str:
5050
"kubernetes-asyncio==11.3.0",
5151
],
5252
extras_require={
53-
"docs": ["sphinx<3.1", "sphinx-autodoc-typehints"],
53+
"docs": ["sphinx>=3.0,<3.1", "sphinx-autodoc-typehints"],
5454
"testing": [
5555
"faker==4.1.2",
5656
"pytest==6.0.1",

0 commit comments

Comments
 (0)