mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
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:
parent
7b6d05659f
commit
0b118577da
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ sphinx-rtd-theme = "*"
|
|||
sphinx = "*"
|
||||
exhale = "*"
|
||||
myst_parser = "*"
|
||||
sphinx-markdown-tables = "*"
|
||||
sphinx-markdown-tables = "0.0.14"
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue