From bf906e24e258ac7334c2adf79905903f8ec23c22 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Mon, 18 Jun 2018 21:44:38 +0400 Subject: [PATCH] added docs initial commit --- docs/source/conf.py | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index aac83f5..e8f61e1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -93,10 +93,26 @@ pygments_style = 'sphinx' html_theme = 'alabaster' html_theme_options = { - 'logo': 'logo.png', + 'logo': 'pybtc.png', + 'description': ' ', + 'github_banner': True, 'github_button': True, - 'github_user': '4tochka', + 'github_user': 'bitaps-com', 'github_repo': 'pybtc', + 'page_width': '1100px', + 'caption_font_family': "sans-serif", + 'font_family': "sans-serif", + 'font_size': '16px' +} + +html_sidebars = { + '**': [ + 'about.html', + 'navigation.html', + 'relations.html', + 'searchbox.html', + 'donate.html', + ] } # 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