From c8f9bc889e9649496b4d749e283784d0891d1de9 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 24 Sep 2020 14:54:04 -0400 Subject: [PATCH] remove Edit on Github from EOL branches --- docs/docsite/rst/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index 6b567236a24..af0ed75b8fe 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -134,7 +134,7 @@ html_theme_options = { } html_context = { - 'display_github': 'True', + 'display_github': 'False', 'github_user': 'ansible', 'github_repo': 'ansible', 'github_version': 'devel/docs/docsite/rst/',