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:
Olivier Goffart 2022-07-18 15:43:54 +02:00
parent ec483e500e
commit dd5adebcdc

View file

@ -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"