mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 17:36:22 +00:00
Sphinx with recommonmark cannot render markdown tables at all. There is a python package called `sphinx-markdown-tables` which adds the markdown table support to recommonmark. https://pypi.org/project/sphinx-markdown-tables/ By utilising this package we don't have to change our doc format. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
6 lines
146 B
Text
6 lines
146 B
Text
# requirements file for readthedocs pip installs
|
|
|
|
# use md instead of rst
|
|
recommonmark
|
|
# needed for markdown table support
|
|
sphinx-markdown-tables
|