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