Skip to content

Commit

Permalink
FIX: unpin docutils (#186)
Browse files Browse the repository at this point in the history
* FIX: unpin docutils

* Remove docutils pin

---------

Co-authored-by: David Foster <[email protected]>
  • Loading branch information
agoose77 and foster999 authored Dec 22, 2023
1 parent eac2a22 commit 0632f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_version():
url="https://github.com/executablebooks/sphinx-tabs",
license="MIT",
python_requires="~=3.7",
install_requires=["sphinx", "pygments", "docutils~=0.18.0"],
install_requires=["sphinx", "pygments", "docutils"],
extras_require={
"testing": [
"coverage",
Expand Down

0 comments on commit 0632f4b

Please sign in to comment.