diff --git a/docs/source/conf.py b/docs/source/conf.py index 06d550c..1a5d6da 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -5,10 +5,10 @@ project = 'Ansible Collection - NFTables' 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://netfilter.org/images/netfilter-logo3.png' html_favicon = '_static/img/logo.png' @@ -20,3 +20,4 @@ '.rst': 'restructuredtext', } html_theme_options = {} +html_short_title = 'Ansible NFTables'