Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix sphinx documentation build due to breaking change in markdown
This commit workarounds backward incompatible change introduced in Markdown 3.4 through Python-Markdown/markdown@659a43659 (Update th/td to use style attribute) It addresses error like the following: Extension error (sphinx_markdown_tables): Handler <function process_tables at 0x7f12fd69dc20> for event 'source-read' threw an exception (exception: __init__() missing 1 required positional argument: 'config') See ryanfox/sphinx-markdown-tables#36 and https://python-markdown.github.io/change_log/release-3.4/
- Loading branch information