From f766f36f637096c61c88596c93e3ec869a0ba359 Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Wed, 21 Feb 2018 22:50:47 +0000 Subject: [PATCH] added image to help pages --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5f00f39..991055b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,9 +89,9 @@ # further. For a list of options available for each theme, see the # documentation. # - html_theme_options = { +html_theme_options = { 'logo_only' : True, - 'display_version' :False + 'display_version': False } html_logo = 'img/threenine.png'