The Gaudi Framework  master (e68eea06)
Loading...
Searching...
No Matches
conf.py File Reference

Go to the source code of this file.

Namespaces

namespace  conf
 

Variables

str conf.project = "Gaudi"
 
str conf.copyright = "1998-2023, CERN for the benefit of the LHCb and ATLAS collaborations"
 
str conf.author = "The Gaudi Developers"
 
str conf.version = "40.1"
 
str conf.release = "v40r1"
 
list conf.extensions = ["sphinx.ext.autodoc", "recommonmark"]
 
list conf.templates_path = ["_templates"]
 
dict conf.source_suffix
 
str conf.master_doc = "index"
 
 conf.language = None
 
list conf.exclude_patterns = []
 
 conf.pygments_style = None
 
str conf.html_theme = "sphinx_rtd_theme"
 
str conf.html_logo = "gaudilogo_square.png"
 
list conf.html_static_path = ["_static"]
 
str conf.htmlhelp_basename = "Gaudidoc"
 
dict conf.latex_elements
 
list conf.latex_documents
 
list conf.man_pages = [(master_doc, "gaudi", "Gaudi Documentation", [author], 1)]
 
list conf.texinfo_documents
 
str conf.epub_title = project
 
list conf.epub_exclude_files = ["search.html"]
 
bool conf.numfig = True