From a6ee9ae83b23a72366def89a45f0cb50022bfc0f Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 24 Jun 2024 16:07:25 -0400 Subject: [PATCH] fix: update readthedocs repo url This probably won't fix readthedocs for us, but may get us one step closer. See https://github.com/edx/edx-arch-experiments/issues/578 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5feb31a61f..8840e8b82d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -165,7 +165,7 @@ # documentation. # html_theme_options = { - "repository_url": "https://github.com/openedx/devstack", + "repository_url": "https://github.com/edx/devstack", "repository_branch": "master", "path_to_docs": "docs/", "home_page_in_toc": True,