mirror of
https://git.deluge-torrent.org/deluge
synced 2025-05-30 06:52:33 +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:
parent
342cca4367
commit
24aa48187e
15 changed files with 80 additions and 55 deletions
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue