14 currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
15 parentdir = os.path.dirname(os.path.dirname(currentdir))
16 sys.path.insert(0,parentdir)
20 copyright =
'2020, DUNE collaboration' 21 author =
'DUNE collaboration' 32 extensions = [
'sphinx.ext.autodoc',
33 'sphinx.ext.coverage',
34 'sphinx.ext.napoleon',
35 'sphinx.ext.intersphinx',
38 templates_path = [
'_templates']
43 exclude_patterns = [
'tests/*']
44 intersphinx_mapping = {
'numpy': (
'http://docs.scipy.org/doc/numpy/',
None),
45 'numba': (
'https://numba.pydata.org/numba-doc/latest',
None)}
46 napoleon_use_param =
False 53 html_theme =
'sphinx_rtd_theme'