From 45dce0d8cd02e8ef5ed20faba87e2a5104f62b6d Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Thu, 8 Aug 2024 22:13:08 +0200 Subject: [PATCH] update docs banner --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 616e24e..3000179 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ '.rst': 'restructuredtext', } html_theme_options = { - 'banner_text': 'Check out the repository on GitHub | ' - 'Report missing/incorrect information or broken links' + 'banner_text': 'Repository on GitHub | ' + 'Report errors' } html_short_title = 'Ansible NFTables'