From dabbf375bcb0d679820bd9530acdcba0f21ac877 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 12 Sep 2024 10:44:35 -0400 Subject: [PATCH] docs: link to stable instead of latest platform docs Reverse changes from https://github.com/dashpay/docs-core/pull/101 --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 24da8a1d..1212cfd5 100644 --- a/conf.py +++ b/conf.py @@ -75,7 +75,7 @@ # -- intersphinx configuration ----------------------------------------------- intersphinx_mapping = { "user": ("https://docs.dash.org/en/stable/", None), - "platform": ("https://docs.dash.org/projects/platform/en/latest/", None), + "platform": ("https://docs.dash.org/projects/platform/en/stable/", None), } # We recommend adding the following config value. @@ -108,7 +108,7 @@ html_theme_options = { # "announcement": "Test build of Dash Core documentation migrated from Readme.io!", "external_links": [ - {"name": "Platform docs", "url": "https://docs.dash.org/projects/platform/en/latest/docs/index.html"}, + {"name": "Platform docs", "url": "https://docs.dash.org/projects/platform/en/stable/docs/index.html"}, {"name": "User docs", "url": "https://docs.dash.org/"}, {"name": "Dash.org", "url": "https://www.dash.org"}, {"name": "Forum", "url": "https://www.dash.org/forum"},