From 24aa48187e3dd34daf5d4cb8c7d01c839141c9b7 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 12 Dec 2021 15:29:41 +0000 Subject: [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 --- docs/source/how-to/launchd-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/how-to/launchd-service.md') diff --git a/docs/source/how-to/launchd-service.md b/docs/source/how-to/launchd-service.md index b988a19e3..53c21bef5 100644 --- a/docs/source/how-to/launchd-service.md +++ b/docs/source/how-to/launchd-service.md @@ -12,7 +12,7 @@ and will need modified if using other installation methods e.g. `Deluge.app`. Create the file `/Library/LaunchDaemons/org.deluge-torrent.deluged.plist` containing the following: -```eval_rst +```{eval-rst} .. literalinclude:: ../../../packaging/osx/launchd/org.deluge-torrent.deluged.plist :language: xml ``` @@ -29,7 +29,7 @@ sudo launchctl start org.deluge-torrent.deluged Create the file `/Library/LaunchDaemons/org.deluge-torrent.deluge-web.plist` containing the following: -```eval_rst +```{eval-rst} .. literalinclude:: ../../../packaging/osx/launchd/org.deluge-torrent.deluge-web.plist :language: xml ``` -- cgit