mirror of
https://github.com/logos-storage/deluge.git
synced 2026-08-27 10:51:10 +00:00
[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:
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user