|
Rosetta
|
Variables | |
| list | extensions = [] |
| list | templates_path = ['.templates'] |
| string | source_suffix = '.rst' |
| string | master_doc = 'index' |
| string | project = u'Binder' |
| string | copyright = u'2016, Sergey Lyskov' |
| string | author = u'Sergey Lyskov' |
| string | version = u'0.1' |
| string | release = u'0.1' |
| language = None | |
| list | exclude_patterns = ['.build', 'Thumbs.db', '.DS_Store'] |
| string | pygments_style = 'sphinx' |
| bool | todo_include_todos = False |
| string | html_theme = 'sphinx_rtd_theme' |
| string | on_rtd = 'True' |
| list | html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| dictionary | html_context |
| list | html_static_path = ['.static'] |
| string | htmlhelp_basename = 'Binderdoc' |
| dictionary | latex_elements |
| list | latex_documents |
| list | man_pages |
| list | texinfo_documents |
| dictionary | html_sidebars |
| bool | html_split_index = True |
| string conf.author = u'Sergey Lyskov' |
| string conf.copyright = u'2016, Sergey Lyskov' |
| list conf.exclude_patterns = ['.build', 'Thumbs.db', '.DS_Store'] |
| list conf.extensions = [] |
| dictionary conf.html_context |
| dictionary conf.html_sidebars |
| bool conf.html_split_index = True |
| list conf.html_static_path = ['.static'] |
| string conf.html_theme = 'sphinx_rtd_theme' |
| list conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| string conf.htmlhelp_basename = 'Binderdoc' |
| conf.language = None |
| list conf.latex_documents |
| dictionary conf.latex_elements |
| list conf.man_pages |
| string conf.master_doc = 'index' |
| string conf.on_rtd = 'True' |
| string conf.project = u'Binder' |
| string conf.pygments_style = 'sphinx' |
| string conf.release = u'0.1' |
| string conf.source_suffix = '.rst' |
| list conf.templates_path = ['.templates'] |
| list conf.texinfo_documents |
| bool conf.todo_include_todos = False |
| string conf.version = u'0.1' |