From bc328c77f84b48e199f09fc66bb1b4268bd4c468 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Thu, 1 Aug 2024 07:59:33 -0400 Subject: [PATCH] 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/",