summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/conf.py')
-rw-r--r--docs/docsite/rst/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py
index 6b567236a2..d92aa919a8 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/',