From 304adf8481fa1cb52258d62a655b078cbecdf53c Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 24 Sep 2020 15:39:19 -0400 Subject: [PATCH] try again --- 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 af0ed75b8fe..d92aa919a82 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -134,7 +134,7 @@ html_theme_options = { } html_context = { - 'display_github': 'False', + 'display_github': False, 'github_user': 'ansible', 'github_repo': 'ansible', 'github_version': 'devel/docs/docsite/rst/',