summaryrefslogtreecommitdiffstats
path: root/docs/source/releases/index.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2021-12-12 15:29:41 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2021-12-12 18:16:21 +0000
commit24aa48187e3dd34daf5d4cb8c7d01c839141c9b7 (patch)
tree40a3d5d87f91892b072884b3486242b326899224 /docs/source/releases/index.md
parent342cca436766febd122aaf94395355ec4baff894 (diff)
downloaddeluge-24aa48187e3dd34daf5d4cb8c7d01c839141c9b7.tar.gz
deluge-24aa48187e3dd34daf5d4cb8c7d01c839141c9b7.tar.bz2
deluge-24aa48187e3dd34daf5d4cb8c7d01c839141c9b7.zip
[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
Diffstat (limited to 'docs/source/releases/index.md')
-rw-r--r--docs/source/releases/index.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/source/releases/index.md b/docs/source/releases/index.md
index d72588465..69778a036 100644
--- a/docs/source/releases/index.md
+++ b/docs/source/releases/index.md
@@ -3,8 +3,11 @@
A summary of the important changes in major releases of Deluge. For more details see
the [changelog] or the [git commit log].
-- [Changelog]
-- [Deluge 2.0 release notes](2.0.md)
+```{toctree}
+:titlesonly:
+
+../changelog
+2.0
+```
[git commit log]: http://git.deluge-torrent.org/deluge/log/?h=master
-[changelog]: ../changelog.md