diff --git a/docs/conf.py b/docs/conf.py index 75be07f..f7b0cd0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,7 +83,10 @@ html_theme = 'alabaster' # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = { + 'description': 'UrbanTZ API client', + 'fixed_sidebar': 'true', +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,