diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2021-12-12 16:29:41 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2021-12-12 19:16:21 +0100 |
commit | 24aa48187e3dd34daf5d4cb8c7d01c839141c9b7 (patch) | |
tree | 40a3d5d87f91892b072884b3486242b326899224 /DEPENDS.md | |
parent | [GTKUI] Open tracker edit with double click (diff) | |
download | deluge-24aa48187e3dd34daf5d4cb8c7d01c839141c9b7.tar.xz 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 'DEPENDS.md')
-rw-r--r-- | DEPENDS.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DEPENDS.md b/DEPENDS.md index 8f39eeb2d..d15824446 100644 --- a/DEPENDS.md +++ b/DEPENDS.md @@ -30,11 +30,11 @@ All modules will require the [common](#common) section dependencies. - [Pillow] - Optional: Support for resizing tracker icons. - [dbus-python] - Optional: Show item location in filemanager. -#### Linux and BSD +### Linux and BSD - [distro] - Optional: OS platform information. -#### Windows OS +### Windows OS - [pywin32] - [certifi] @@ -52,7 +52,7 @@ All modules will require the [common](#common) section dependencies. - [librsvg] _>= 2_ - [libappindicator3] w/GIR - Optional: Ubuntu system tray icon. -#### MacOS +### MacOS - [GtkOSXApplication] |