Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

docs: Add banner message about Devstack being deprecated #1289

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
# documentation.
#
html_theme_options = {
"announcement": "Devstack is no longer supported by the Open edX community. See <a href='https://docs.tutor.edly.io/index.html'>Tutor</a> for the community-supported developer and installation environment.<br><br>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/",
Expand Down
Loading