From 5df8991744f56b0a8f2fe044d5b7bcb7d1542255 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 12 Feb 2019 03:34:34 +0000 Subject: [PATCH] docs: tidy up footer and GitHub link --- docs/_templates/github.html | 6 +----- docs/conf.py | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/_templates/github.html b/docs/_templates/github.html index 12533b52..bb2b5ee5 100644 --- a/docs/_templates/github.html +++ b/docs/_templates/github.html @@ -1,8 +1,4 @@


-Star -

- -

-GitHub Repository +Star

diff --git a/docs/conf.py b/docs/conf.py index 189a07c4..f65f12dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,6 +18,7 @@ html_theme_options = { 'font_family': "Georgia, serif", 'head_font_family': "Georgia, serif", 'fixed_sidebar': True, + 'show_powered_by': False, } htmlhelp_basename = 'mitogendoc' intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}