Skip to content

Commit 0632f4b

Browse files
agoose77foster999
andauthored
FIX: unpin docutils (#186)
* FIX: unpin docutils * Remove docutils pin --------- Co-authored-by: David Foster <[email protected]>
1 parent eac2a22 commit 0632f4b

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
@@ -25,7 +25,7 @@ def get_version():
2525
url="https://github.com/executablebooks/sphinx-tabs",
2626
license="MIT",
2727
python_requires="~=3.7",
28-
install_requires=["sphinx", "pygments", "docutils~=0.18.0"],
28+
install_requires=["sphinx", "pygments", "docutils"],
2929
extras_require={
3030
"testing": [
3131
"coverage",

0 commit comments

Comments
 (0)