mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 07:07:25 +00:00
C++ docs: pin the markdown version to fix build error in CI:
``` Extension error (sphinx_markdown_tables): Handler <function process_tables at 0x7fcce7e1dc10> for event 'source-read' threw an exception (exception: __init__() missing 1 required positional argument: 'config') ```
This commit is contained in:
parent
ec483e500e
commit
dd5adebcdc
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue