Variables | |
| currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) | |
| parentdir = os.path.dirname(os.path.dirname(currentdir)) | |
| string | project = 'larnd-sim' |
| string | copyright = '2020, DUNE collaboration' |
| string | author = 'DUNE collaboration' |
| string | release = '0.0.1' |
| list | extensions |
| list | templates_path = ['_templates'] |
| list | exclude_patterns = ['tests/*'] |
| dictionary | intersphinx_mapping |
| bool | napoleon_use_param = False |
| string | html_theme = 'sphinx_rtd_theme' |
| list | html_static_path = [] |
| conf.currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) |
| list conf.extensions |
| dictionary conf.intersphinx_mapping |
| conf.parentdir = os.path.dirname(os.path.dirname(currentdir)) |
1.8.11