We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dd13d commit 5434a35Copy full SHA for 5434a35
docs/requirements.txt
@@ -1,3 +1,3 @@
1
# pip requirements to build docs
2
sphinx
3
-sphinx-rtd-theme
+piccolo_theme
docs/source/conf.py
@@ -5,10 +5,10 @@
5
project = 'Ansible Collection - Systemd'
6
copyright = f'{datetime.now().year}, AnsibleGuy'
7
author = 'AnsibleGuy'
8
-extensions = ['sphinx_rtd_theme']
+extensions = ['piccolo_theme']
9
templates_path = ['_templates']
10
exclude_patterns = []
11
-html_theme = 'sphinx_rtd_theme'
+html_theme = 'piccolo_theme'
12
html_static_path = ['_static']
13
html_logo = 'https://brand.systemd.io/assets/svg/systemd-dark.svg'
14
html_favicon = '_static/img/favicon.png'
@@ -20,3 +20,4 @@
20
'.rst': 'restructuredtext',
21
}
22
html_theme_options = {}
23
+html_short_title = 'Ansible Systemd'
0 commit comments