Namespaces | Variables
conf.py File Reference

Go to the source code of this file.

Namespaces

 conf
 

Variables

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