summaryrefslogtreecommitdiff
path: root/logo
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-09-16 18:57:36 +0200
committerMatthew Heon <matthew.heon@pm.me>2021-09-22 17:11:40 -0400
commit8ee18bde152da71f1b7ba9d7575324321be630d6 (patch)
tree30e609a0167631176b9dc032c3751e697b9077b9 /logo
parent9dd75d311601ec810dad6339faad1eec5cf28fe5 (diff)
downloadpodman-8ee18bde152da71f1b7ba9d7575324321be630d6.tar.gz
podman-8ee18bde152da71f1b7ba9d7575324321be630d6.tar.bz2
podman-8ee18bde152da71f1b7ba9d7575324321be630d6.zip
Use a new markdown converter for sphinx
Recommonmark has many issues and is deprecated. The recommended alternative is MyST-Parser. [1] The myst parser looks great, it also correctly parses tables and adds the correct links. To test locallay run: ``` cd docs rm -rf build/ \# install build deps sudo dnf install python3-sphinx && pip install myst-parser make html python -m http.server 8000 --directory build/html \# Now check in your browser if it looks good to you ``` [1] https://github.com/readthedocs/recommonmark/issues/221 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'logo')
0 files changed, 0 insertions, 0 deletions