summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = []