diff --git a/docs/source/conf.py b/docs/source/conf.py index 4eee45f..b177b39 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ '.md': 'markdown', } 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 WebUI'