Skip to content

Commit

Permalink
update docs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 6, 2024
1 parent 5434a35 commit 2b01ffa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
source_suffix = {
'.rst': 'restructuredtext',
}
html_theme_options = {}
html_theme_options = {
"banner_text": 'Check out <a href="https://github.com/ansibleguy/collection_opnsense">the repository on GitHub</a> | '
'Report <a href="https://github.com/ansibleguy/collection_opnsense/issues/new/choose">missing/incorrect information or broken links</a>'
}
html_short_title = 'Ansible Systemd'

0 comments on commit 2b01ffa

Please sign in to comment.