8000 Bump docutils version (#463) · pydata/pydata-sphinx-theme@1f3a3d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f3a3d7

Browse files
choldgrafdrammock
andauthored
Bump docutils version (#463)
Co-authored-by: Daniel McCloy <dan@mccloy.info>
1 parent 055ae27 commit 1f3a3d7

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
@@ -48,7 +48,7 @@ def find_version(*file_paths):
4848
include_package_data=True,
4949
# See http://www.sphinx-doc.org/en/stable/theming.html#distribute-your-theme-as-a-python-package
5050
entry_points={"sphinx.html_themes": ["pydata_sphinx_theme = pydata_sphinx_theme"]},
51-
install_requires=["sphinx", "beautifulsoup4", "docutils<0.17"],
51+
install_requires=["sphinx", "beautifulsoup4", "docutils!=0.17.0"],
5252
extras_require={
5353
"test": tests_require,
5454
"coverage": ["pytest-cov", "codecov", *tests_require],

0 commit comments

Comments
 (0)
0