Pin markdown tables extension

There was an api change, so pin to the previous version for now.

Prospective fix for nightly build failure.

We should probably pin all dependencies (at least semver style) - it’s a miracle this hasn’t broken earlier :)
This commit is contained in:
Simon Hausmann 2022-07-16 09:30:37 +02:00 committed by GitHub
parent 7b6d05659f
commit 0b118577da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ sphinx-rtd-theme = "*"
sphinx = "*"
exhale = "*"
myst_parser = "*"
sphinx-markdown-tables = "*"
sphinx-markdown-tables = "0.0.14"
[requires]
python_version = "3"