diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index d171ba25f8..dbe137ec81 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -227,7 +227,7 @@ html_theme_options = { html_context = { 'display_github': 'True', 'show_sphinx': False, - 'is_eol': False, + 'is_eol': True, 'github_user': 'ansible', 'github_repo': 'ansible-documentation', 'github_version': 'devel',