From 39212c166dddd8f82906bfe4a6a9a3a2cfda9062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Wed, 11 Oct 2023 16:44:29 +0200 Subject: [PATCH] Add Landscape URL to config --- docs/custom_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_conf.py b/docs/custom_conf.py index e0a77ac40..c96361f88 100644 --- a/docs/custom_conf.py +++ b/docs/custom_conf.py @@ -62,7 +62,7 @@ # Change to the discourse instance you want to be able to link to # using the :discourse: metadata at the top of a file # (use an empty value if you don't want to link) - 'discourse': '', + 'discourse': 'https://discourse.ubuntu.com/c/wsl/27', # Change to the GitHub info for your project 'github_url': 'https://github.com/canonical/ubuntu-pro-for-windows',