Files
Paul Holzinger 7ca666f474 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>
2021-09-16 21:10:13 +02:00
..
2021-06-02 16:56:12 -04:00
2021-02-06 07:37:29 -06:00
2021-09-05 16:24:49 +05:30
2020-05-21 17:16:10 -04:00
2020-05-21 17:16:10 -04:00
2021-02-09 09:13:21 -05:00
2020-08-11 08:03:37 -06:00