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 21c6249 commit 6c0f0f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pip requirements to build docs
sphinx
sphinx-rtd-theme
piccolo_theme
myst-parser
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
project = 'Ansible Collection - OPNSense'
copyright = f'{datetime.now().year}, AnsibleGuy'
author = 'AnsibleGuy'
extensions = ['sphinx_rtd_theme', 'myst_parser']
extensions = ['piccolo_theme', 'myst_parser']
templates_path = ['_templates']
exclude_patterns = []
html_theme = 'sphinx_rtd_theme'
html_theme = 'piccolo_theme'
html_static_path = ['_static']
html_logo = 'https://opnsense.org/wp-content/themes/OPNsense/assets/img/opnsense.png'
html_favicon = '_static/img/favicon.ico'
Expand All @@ -21,3 +21,4 @@
'.md': 'markdown',
}
html_theme_options = {}
html_short_title = 'Ansible OPNSense'

0 comments on commit 6c0f0f6

Please sign in to comment.