Variables | |
| string | author = u'Jose Luis Blanco Claraco' |
| string | copyright = datetime.date.today().strftime("%Y") + u', ' + author |
| list | exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| list | extensions |
| list | html_static_path = ['_static'] |
| string | html_theme = "sphinx_rtd_theme" |
| dictionary | html_theme_options |
| list | html_theme_path = ["_themes", ] |
| string | master_doc = 'index' |
| string | project = 'mvsim' |
| string | read_the_docs_build = 'True' |
| string | rst_epilog |
| shell | |
| list | templates_path = ['_templates'] |
| string conf.copyright = datetime.date.today().strftime("%Y") + u', ' + author |
| list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| list conf.extensions |
| dictionary conf.html_theme_options |
| string conf.rst_epilog |