Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 24, 2024
1 parent 872ed2d commit 08a2f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'.md': 'markdown',
}
html_theme_options = {
'banner_text': 'Check out <a href="https://github.com/ansibleguy/webui">the repository on GitHub</a> | '
'Report <a href="https://github.com/ansibleguy/webui/issues/new/choose">missing/incorrect information or broken links</a>'
'banner_text': '<a href="https://github.com/ansibleguy/webui">Repository on GitHub</a> | '
'<a href="https://github.com/ansibleguy/webui/issues/new/choose">Report errors</a>'
}
html_short_title = 'Ansible WebUI'

0 comments on commit 08a2f63

Please sign in to comment.