Skip to content

Commit 60521f8

Browse files
committed
Hold sphinx before 3
Currently read the docs is using sphinx 3 beta, however it looks like there is currently some breaking changes that will need to be resolved.
1 parent 3e50a90 commit 60521f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"Source": "https://github.com/speedyleion/sphinx-c-autodoc",
3030
},
3131
install_requires=[
32-
"sphinx>=2",
32+
"sphinx>=2,<3",
3333
"clang>=6",
3434
"beautifulsoup4",
3535
],
3636
python_requires=">=3.7",
37-
)
37+
)

0 commit comments

Comments
 (0)