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 03dd13d commit 5434a35
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,3 +1,3 @@
# pip requirements to build docs
sphinx
sphinx-rtd-theme
piccolo_theme
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 - Systemd'
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 = 'https://brand.systemd.io/assets/svg/systemd-dark.svg'
html_favicon = '_static/img/favicon.png'
Expand All @@ -20,3 +20,4 @@
'.rst': 'restructuredtext',
}
html_theme_options = {}
html_short_title = 'Ansible Systemd'

0 comments on commit 5434a35

Please sign in to comment.