Unpin the markdown dep

Because https://github.com/ryanfox/sphinx-markdown-tables/issues/36 was
fixed, and now the workaround is actually causing an error
This commit is contained in:
Olivier Goffart 2022-07-25 11:37:43 +02:00 committed by Olivier Goffart
parent e9471809d2
commit 0c7ad1aa41

View file

@ -15,8 +15,6 @@ sphinx = "4.5.0"
exhale = "0.2.4"
myst_parser = "0.17.2"
sphinx-markdown-tables = "0.0.15"
# Workaround for https://github.com/ryanfox/sphinx-markdown-tables/issues/36
markdown = "==3.3.7"
[requires]
python_version = "3"