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