added docs initial commit

This commit is contained in:
4tochka 2018-06-18 12:42:38 +04:00
parent a53fe17422
commit 0781a7c099

View File

@ -20,7 +20,7 @@
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'pybtc' project = 'pybtc'
copyright = '2018, Aleksey Karpov' copyright = '2018, bitaps.com'
author = 'Aleksey Karpov' author = 'Aleksey Karpov'
# The short X.Y version # The short X.Y version
@ -28,7 +28,7 @@ version = ''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '' release = ''
highlight_language = 'python3'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here. # If your documentation needs a minimal Sphinx version, state it here.
@ -79,6 +79,13 @@ pygments_style = 'sphinx'
# #
html_theme = 'alabaster' 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 # 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 # further. For a list of options available for each theme, see the
# documentation. # documentation.