import nifty5 extensions = [ 'sphinx.ext.napoleon', # Support for NumPy and Google style docstrings 'sphinx.ext.imgmath', # Render math as images 'sphinx.ext.viewcode' # Add links to highlighted source code ] master_doc = 'index' napoleon_google_docstring = False napoleon_numpy_docstring = True napoleon_use_ivar = True napoleon_use_admonition_for_notes = True napoleon_use_admonition_for_examples = True napoleon_use_admonition_for_references = True napoleon_include_special_with_doc = True project = u'NIFTy5' copyright = u'2013-2019, Max-Planck-Society' author = u'Martin Reinecke' release = nifty5.version.__version__ version = release[:-2] language = None exclude_patterns = [] add_module_names = False html_theme = "sphinx_rtd_theme" html_logo = 'nifty_logo_black.png'