From 1d66928c2ab9113891441c708c6ee545b0f83279 Mon Sep 17 00:00:00 2001 From: Lucidiot Date: Sat, 27 Oct 2018 15:42:09 +0200 Subject: [PATCH] Update docs config --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,