8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055ae27 commit 1f3a3d7Copy full SHA for 1f3a3d7
setup.py
@@ -48,7 +48,7 @@ def find_version(*file_paths):
48
include_package_data=True,
49
# See http://www.sphinx-doc.org/en/stable/theming.html#distribute-your-theme-as-a-python-package
50
entry_points={"sphinx.html_themes": ["pydata_sphinx_theme = pydata_sphinx_theme"]},
51
- install_requires=["sphinx", "beautifulsoup4", "docutils<0.17"],
+ install_requires=["sphinx", "beautifulsoup4", "docutils!=0.17.0"],
52
extras_require={
53
"test": tests_require,
54
"coverage": ["pytest-cov", "codecov", *tests_require],
0 commit comments