Sphinx sphinx-markdown-tables

From wikinotes

Renders markdown tables in a way compatible with docutils.

Documentation

github https://github.com/ryanfox/sphinx-markdown-tables

Install

pip install sphinx-markdown-tables
# ${PROJECT}/source/conf.py

extensions = ['sphinx_markdown_tables']

Usage

| Desc | Url                        |
|------|----------------------------|
|abc   | http://abc.com             |
|def   | http://def.com             |