mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 19:46:22 +00:00
24aa48187e
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
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
sphinx==4.*
|
|
myst-parser
|
|
sphinx_rtd_theme
|
|
sphinxcontrib-spelling
|