eltdev-docs 4.6.0-beta1
Loading...
Searching...
No Matches
conf.py File Reference

Namespaces

namespace  conf
 

Variables

str conf.project = 'ELT Developing Software Guide'
 
str conf.copyright = ' 2026 ESO - European Southern Observatory'
 
str conf.author = 'Pellegrin, Federico'
 
str conf.version = '4.0'
 
str conf.release = version
 
list conf.extensions
 
list conf.templates_path = ['_templates']
 
list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
str conf.pygments_style = 'default'
 
bool conf.todo_include_todos = True
 
bool conf.numfig = True
 
str conf.html_theme = 'sphinx_eso_theme'
 
list conf.html_theme_path = ['_themes/', ]
 
bool conf.html_show_sourcelink = False
 
bool conf.html_copy_source = False
 
list conf.html_static_path = ['_static']
 
dict conf.html_context = {}
 
bool conf.html_show_sphinx = False
 
str conf.latex_homepage = r'https://gitlab.eso.org/eltdev/eltdev-docs'
 
str conf.latex_toplevel_sectioning = 'section'
 
 conf.latex_docclass = dict(manual='article')
 
 conf.latex_attrs
 
dict conf.latex_elements
 
str conf.latex_show_urls = 'footnote'
 
list conf.latex_documents
 
list conf.man_pages
 
list conf.texinfo_documents
 
str conf.epub_title = project
 
str conf.epub_author = author
 
str conf.epub_publisher = author
 
str conf.epub_copyright = copyright
 
list conf.epub_exclude_files = ['search.html']
 
dict conf.intersphinx_mapping = {'https://docs.python.org/': None}