Skip to content

Commit

Permalink
dev: Avoid sphinx-markdown-tables 0.0.16 as it declares an incorrect dep
Browse files Browse the repository at this point in the history
See <ryanfox/sphinx-markdown-tables#38>.

With the downgrade of Sphinx on 3.6 and 3.7 caused by "dev: Require
flake8 ≥4.0.0" (352b8d7), this incorrect dep declaration was causing
issues because Pip thought things were compatible when in reality the
docs build didn't work on those Python versions.
  • Loading branch information
tsibley committed Oct 4, 2022
1 parent 352b8d7 commit 5cdfb19
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 @@ -133,7 +133,7 @@ def find_namespaced_packages(namespace):
"sphinx>=3",
"sphinx-argparse ~=0.3",
"sphinx-autobuild",
"sphinx-markdown-tables",
"sphinx-markdown-tables !=0.0.16",
"sphinx_rtd_theme",
"types-docutils",
"types-setuptools",
Expand Down

0 comments on commit 5cdfb19

Please sign in to comment.