summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-23 12:50:00 +0200
committerIlya Etingof <etingof@gmail.com>2017-10-23 12:50:00 +0200
commit6aad6ec9f65607d18412b838591e69d662a7b7cb (patch)
tree65bb1600396f6b8e02dcc95376140afa83f369c5 /docs
parent7ff147b5e0bf51b4c7cd2ad2948008710a62030d (diff)
downloadpysnmp-git-6aad6ec9f65607d18412b838591e69d662a7b7cb.tar.gz
Alabaster theme options
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py8
1 files changed, 7 insertions, 1 deletions
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 = []