podman/docs/requirements.txt
Paul Holzinger 80b613d237 Fix markdown tables on docs.podman.io
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>
2020-11-13 16:42:13 +01:00

7 lines
146 B
Plaintext

# requirements file for readthedocs pip installs
# use md instead of rst
recommonmark
# needed for markdown table support
sphinx-markdown-tables