Skip to content

Commit

Permalink
C++ docs: pin the markdown version to fix build error in CI:
Browse files Browse the repository at this point in the history
```
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')
```
  • Loading branch information
ogoffart committed Jul 18, 2022
1 parent ec483e5 commit dd5adeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/cpp/docs/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dd5adeb

Please sign in to comment.