[Docs] Replace recommonmark with MyST parser

We used recommonmark so that we can use markdown in sphinx but it is
buggy and now so switch to better supported MyST-parser.

* Fixed incorrect heading warnings in markdown.
* Added sphinx toctree to markdown using directive as required by MyST.
* Upgraded Sphinx to 4.3

Ref: https://myst-parser.readthedocs.io
This commit is contained in:
Calum Lind 2021-12-12 15:29:41 +00:00
parent 342cca4367
commit 24aa48187e
15 changed files with 80 additions and 55 deletions

View file

@ -2,4 +2,9 @@
A list of articles to help developers get started with Deluge.
- [Development setup](01-setup.md)
```{toctree}
:numbered: 1
:titlesonly:
Development setup <01-setup>
```