From 0781a7c099501bdae69303424092c85abd8ea4ef Mon Sep 17 00:00:00 2001 From: 4tochka Date: Mon, 18 Jun 2018 12:42:38 +0400 Subject: [PATCH] added docs initial commit --- docs/conf.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b479067..0153733 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'pybtc' -copyright = '2018, Aleksey Karpov' +copyright = '2018, bitaps.com' author = 'Aleksey Karpov' # The short X.Y version @@ -28,7 +28,7 @@ version = '' # The full version, including alpha/beta/rc tags release = '' - +highlight_language = 'python3' # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. @@ -79,6 +79,13 @@ pygments_style = 'sphinx' # html_theme = 'alabaster' +html_theme_options = { + 'logo': 'pybtc.png', + 'description': 'Python Bitcoin library' +} + + + # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.