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

Variables

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

Variable Documentation

◆ author

str conf.author = 'Pellegrin, Federico'

◆ copyright

str conf.copyright = ' 2026 ESO - European Southern Observatory'

◆ epub_author

str conf.epub_author = author

◆ epub_copyright

str conf.epub_copyright = copyright

◆ epub_exclude_files

list conf.epub_exclude_files = ['search.html']

◆ epub_publisher

str conf.epub_publisher = author

◆ epub_title

str conf.epub_title = project

◆ exclude_patterns

list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

◆ extensions

list conf.extensions
Initial value:
1= ['sphinx.ext.intersphinx',
2 'sphinx.ext.todo',
3 'sphinx.ext.mathjax',
4 'sphinx_eso_theme']

◆ html_context

dict conf.html_context = {}

◆ html_copy_source

bool conf.html_copy_source = False

◆ html_show_sourcelink

bool conf.html_show_sourcelink = False

◆ html_show_sphinx

bool conf.html_show_sphinx = False

◆ html_static_path

list conf.html_static_path = ['_static']

◆ html_theme

str conf.html_theme = 'sphinx_eso_theme'

◆ html_theme_path

list conf.html_theme_path = ['_themes/', ]

◆ intersphinx_mapping

dict conf.intersphinx_mapping = {'https://docs.python.org/': None}

◆ latex_attrs

conf.latex_attrs
Initial value:
1= dict(
2 pdm_version='4.0',
3 release_date='2026-08-31',
4 owner=author,
5 validated_pm='Pellegrin, Federico',
6 validated_se='Kurlandczyk, Hervé',
7 validated_pe='Kornweibel, Nick',
8 approved_pgm='Kornweibel, Nick')

◆ latex_docclass

conf.latex_docclass = dict(manual='article')

◆ latex_documents

list conf.latex_documents
Initial value:
1= [
2 ('index', 'ELT_Developing_-_Software_-_Guide.tex',
3 'ELT Developing Software Guide',
4 'ELT DevEnv Group', 'manual', False),
5]

◆ latex_elements

dict conf.latex_elements
Initial value:
1= {
2 # The paper size ('letterpaper' or 'a4paper').
3 #
4 'papersize': 'a4paper',
5
6 # The font size ('10pt', '11pt' or '12pt').
7 #
8 'pointsize': '11pt',
9
10 # Additional stuff for the LaTeX preamble.
11 #
12 'preamble':
13 % latex_attrs,
14 # Latex figure (float) alignment
15 #
16 # 'figure_align': 'htbp',
17 'sphinxsetup': \
18 'hmargin={0.7in,0.7in}, vmargin={1in,1in}, \
19 verbatimwithframe=true, \
20 OuterLinkColor={rgb}{0,0,0.6}, \
21 InnerLinkColor={rgb}{0,0,0}, \
22 warningBorderColor={rgb}{0.8,0,0}, \
23 cautionBorderColor={rgb}{1,0.8,0}, \
24 TitleColor={rgb}{0,0,0}',
25 'printindex': r'\newpage',
26 'maketitle': % dict(release=release, author=author, homepage=latex_homepage),
27 'tableofcontents': r'\tableofcontents\newpage',
28}

◆ latex_homepage

str conf.latex_homepage = r'https://gitlab.eso.org/eltdev/eltdev-docs'

◆ latex_show_urls

str conf.latex_show_urls = 'footnote'

◆ latex_toplevel_sectioning

str conf.latex_toplevel_sectioning = 'section'

◆ man_pages

list conf.man_pages
Initial value:
1= [
2 ('index', 'eltdevelopingsoftwareguide', 'ELT Developing Software Guide', [author], 1)
3]

◆ numfig

bool conf.numfig = True

◆ project

str conf.project = 'ELT Developing Software Guide'

◆ pygments_style

str conf.pygments_style = 'default'

◆ release

str conf.release = version

◆ templates_path

list conf.templates_path = ['_templates']

◆ texinfo_documents

list conf.texinfo_documents
Initial value:
1= [
2 ('index', 'ELTDevSwGuide', 'ELT Developing Software Guide',
3 author, 'ELTDevSwGuide', 'One line description of project.',
4 'Miscellaneous'),
5]

◆ todo_include_todos

bool conf.todo_include_todos = True

◆ version

str conf.version = '4.0'