added docs initial commit

This commit is contained in:
4tochka 2018-06-18 21:44:38 +04:00
parent 4da9699711
commit bf906e24e2

View File

@ -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