Kagome
Polkadot Runtime Engine in C++17
conf.py File Reference

Go to the source code of this file.

Namespaces

 conf
 

Functions

def conf.setup (app)
 

Variables

string conf.project = 'Kagome'
 
string conf.copyright = '2020, Soramitsu Co., Ltd.'
 
string conf.author = 'Soramitsu Co., Ltd.'
 
string conf.version = ''
 
string conf.release = '0.0.1'
 
list conf.extensions
 
list conf.templates_path = ['_templates']
 
dictionary conf.source_suffix
 
string conf.master_doc = 'index'
 
string conf.github_doc_root = 'https://github.com/rtfd/recommonmark/tree/master/doc/'
 
 conf.language = None
 
list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
string conf.pygments_style = 'sphinx'
 
list conf.html_static_path = ['_static']
 
string conf.html_theme = 'sphinx_rtd_theme'