Update docs config
diff --git a/docs/conf.py b/docs/conf.py
index bf27165..ccd864a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -100,7 +100,7 @@
# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
#
-# add_module_names = True
+add_module_names = False
# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
@@ -131,7 +131,16 @@
# further. For a list of options available for each theme, see the
# documentation.
#
-# html_theme_options = {}
+html_theme_options = {
+ 'description': 'Google Auth Library for Python',
+ 'github_user': 'GoogleCloudPlatform',
+ 'github_repo': 'google-auth-library-python',
+ 'github_banner': True,
+ 'travis_button': True,
+ 'font_family': "'Roboto', Georgia, sans",
+ 'head_font_family': "'Roboto', Georgia, serif",
+ 'code_font_family': "'Roboto Mono', 'Consolas', monospace",
+}
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
@@ -180,7 +189,16 @@
# Custom sidebar templates, maps document names to template names.
#
-# html_sidebars = {}
+
+html_sidebars = {
+ '**': [
+ 'about.html',
+ 'navigation.html',
+ 'relations.html',
+ 'searchbox.html',
+ 'fonts.html'
+ ]
+}
# Additional templates that should be rendered to pages, maps page names to
# template names.