This allows to have full support for all sphinx directives and link types.
Note: this diff also contains enabling the TODO extension, as it's a one liner,
but the changes will be commited separately.
Differential D4041
sphinx: use MyST for markdown rendering zack on Sep 24 2020, 8:55 PM. Authored by
Details
This allows to have full support for all sphinx directives and link types. Note: this diff also contains enabling the TODO extension, as it's a one liner, tox -e sphinx-dev
Diff Detail
Event TimelineComment Actions To be able to use hackmd/codimd to collaborate on doc that can then be integrated into the real doc without conversion. But aside from that, we already have markdown document in our docs, they are not being introduced by this change. What this change does is enable to use actual sphinx stuff from those docs rather than being limited to prose and external links. |