From bc328c77f84b48e199f09fc66bb1b4268bd4c468 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Thu, 1 Aug 2024 07:59:33 -0400 Subject: [PATCH 1/2] docs: Add banner message about Devstack being deprecated --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 5feb31a61f..bd82230298 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -165,6 +165,7 @@ # documentation. # html_theme_options = { + "announcement": "Devstack is no longer supported by the Open edX community. See Tutor for the community-supported developer and installation environment.", "repository_url": "https://github.com/openedx/devstack", "repository_branch": "master", "path_to_docs": "docs/", From d418ac761c803a06863be8151733651548982476 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Thu, 1 Aug 2024 08:24:19 -0400 Subject: [PATCH 2/2] docs: Update docs/conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bd82230298..5504a5b54f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -165,7 +165,7 @@ # documentation. # html_theme_options = { - "announcement": "Devstack is no longer supported by the Open edX community. See Tutor for the community-supported developer and installation environment.", + "announcement": "Devstack is no longer supported by the Open edX community. See Tutor for the community-supported developer and installation environment.

For any fork of devstack, you should look elsewhere for up-to-date docs for your fork.", "repository_url": "https://github.com/openedx/devstack", "repository_branch": "master", "path_to_docs": "docs/",