Skip to content

Commit 5434a35

Browse files
committed
update docs theme
1 parent 03dd13d commit 5434a35

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# pip requirements to build docs
22
sphinx
3-
sphinx-rtd-theme
3+
piccolo_theme

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
project = 'Ansible Collection - Systemd'
66
copyright = f'{datetime.now().year}, AnsibleGuy'
77
author = 'AnsibleGuy'
8-
extensions = ['sphinx_rtd_theme']
8+
extensions = ['piccolo_theme']
99
templates_path = ['_templates']
1010
exclude_patterns = []
11-
html_theme = 'sphinx_rtd_theme'
11+
html_theme = 'piccolo_theme'
1212
html_static_path = ['_static']
1313
html_logo = 'https://brand.systemd.io/assets/svg/systemd-dark.svg'
1414
html_favicon = '_static/img/favicon.png'
@@ -20,3 +20,4 @@
2020
'.rst': 'restructuredtext',
2121
}
2222
html_theme_options = {}
23+
html_short_title = 'Ansible Systemd'

0 commit comments

Comments
 (0)