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 d7f4bca commit c72db8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx
sphinx-rtd-theme
piccolo_theme
10 changes: 7 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
project = 'AnsibleGuy WebUI'
copyright = f'{datetime.now().year}, AnsibleGuy'
author = 'AnsibleGuy'
extensions = ['sphinx_rtd_theme']
extensions = ['piccolo_theme']
templates_path = ['_templates']
exclude_patterns = []
html_theme = 'sphinx_rtd_theme'
html_theme = 'piccolo_theme'
html_static_path = ['_static']
html_logo = _logo
html_favicon = _logo
Expand All @@ -21,4 +21,8 @@
'.rst': 'restructuredtext',
'.md': 'markdown',
}
html_theme_options = {}
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>'
}
html_short_title = 'Ansible WebUI'

0 comments on commit c72db8b

Please sign in to comment.