diff options
author | Paul Holzinger <pholzing@redhat.com> | 2021-09-16 18:57:36 +0200 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-09-22 17:11:40 -0400 |
commit | 8ee18bde152da71f1b7ba9d7575324321be630d6 (patch) | |
tree | 30e609a0167631176b9dc032c3751e697b9077b9 /pkg/rootlessport | |
parent | 9dd75d311601ec810dad6339faad1eec5cf28fe5 (diff) | |
download | podman-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 'pkg/rootlessport')
0 files changed, 0 insertions, 0 deletions