|
string | author = 'Slicer Community' |
|
string | copyright = '2020, Slicer Community' |
|
| docsfolder = os.path.dirname(__file__) |
|
| dom = ET.parse(os.path.join(root, name)) |
|
list | exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '_moduledescriptions'] |
|
list | excludenames |
|
| exist_ok |
|
list | extensions |
|
list | html_css_files |
|
string | html_logo = '_static/images/3D-Slicer-Mark.png' |
|
list | html_static_path = ['_static'] |
|
string | html_theme = 'default' |
|
dictionary | html_theme_options |
|
list | html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
|
string | htmlhelp_basename = '3DSlicerdoc' |
|
list | inputpaths |
|
| language = None |
|
list | latex_documents |
|
dictionary | latex_elements |
|
list | man_pages |
|
string | master_doc = 'index' |
|
list | myst_enable_extensions |
|
int | myst_heading_anchors = 6 |
|
dictionary | notfound_context |
|
string | on_rtd = 'True' |
|
| outpath = os.path.join(docsfolder, "_moduledescriptions") |
|
string | project = '3D Slicer' |
|
string | pygments_style = 'sphinx' |
|
string | release = '' |
|
| rst_prolog = open('global.rst.in').read() |
|
list | source_suffix = ['.rst', '.md'] |
|
list | templates_path = ['_templates'] |
|
list | texinfo_documents |
|
bool | todo_include_todos = False |
|
string | version = '' |
|