From 6aad6ec9f65607d18412b838591e69d662a7b7cb Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Mon, 23 Oct 2017 12:50:00 +0200 Subject: Alabaster theme options --- docs/source/conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index c15bdffd..d5e4c4ad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -120,7 +120,13 @@ html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -#html_theme_options = {} +html_theme_options = { + 'description': 'SNMP library for Python', + 'show_powered_by': False, + 'github_user': 'etingof', + 'github_repo': 'pysnmp', + 'fixed_sidebar': True, +} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] -- cgit v1.2.1