Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
conf.py File Reference

Go to the source code of this file.

Namespaces

namespace  conf
 

Functions

def conf.setup
 

Variables

tuple conf.on_readthedocs os.environ.get("READTHEDOCS", None)
 
string conf.project "Acts"
 
string conf.author "The Acts authors"
 
tuple conf.copyright
 
list conf.extensions
 
tuple conf.warnings_filter_config str(Path(__file__).parent / "known-warnings.txt")
 
 conf.warnings_filter_silent True
 
dictionary conf.source_suffix
 
string conf.master_doc "index"
 
list conf.exclude_patterns ["_build", "api/api_stub.rst", "api/api_index.rst"]
 
string conf.primary_domain "cpp"
 
string conf.highlight_language "cpp"
 
 conf.smartquotes True
 
 conf.numfig True
 
list conf.myst_enable_extensions ["dollarmath", "colon_fence", "amsmath"]
 
int conf.myst_heading_anchors 3
 
int conf.linkcheck_retries 5
 
list conf.linkcheck_ignore
 
string conf.html_theme "sphinx_rtd_theme"
 
dictionary conf.html_theme_options
 
string conf.html_logo "figures/acts_logo_white.svg"
 
list conf.html_static_path
 
list conf.html_css_files
 
 conf.html_copy_source False
 
 conf.html_show_sourcelink False
 
 conf.html_show_sphinx False
 
dictionary conf.breathe_projects
 
string conf.breathe_default_project "Acts"
 
dictionary conf.breathe_domain_by_extension
 
tuple conf.breathe_default_members
 
tuple conf.env os.environ.copy()
 
tuple conf.cwd Path(__file__)
 
string conf.api_index_target "api/api.rst"
 
 conf.stdout subprocess.DEVNULL,