Variables
conf Namespace Reference

Variables

string author = u'Jose Luis Blanco Claraco'
 
list bibtex_bibfiles = ['refs.bib']
 
string copyright = datetime.date.today().strftime("%Y") + u', ' + author
 
list exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
list extensions
 
list html_static_path = ["_build/html/doxygen/"]
 
string html_theme = "sphinx_rtd_theme"
 
dictionary html_theme_options
 
list html_theme_path = ["_themes", ]
 
string master_doc = 'index'
 
string project = 'mvsim'
 
string rst_epilog
 
 shell
 
list templates_path = ['_templates']
 

Variable Documentation

◆ author

string conf.author = u'Jose Luis Blanco Claraco'

Definition at line 32 of file conf.py.

◆ bibtex_bibfiles

list conf.bibtex_bibfiles = ['refs.bib']

Definition at line 68 of file conf.py.

◆ copyright

string conf.copyright = datetime.date.today().strftime("%Y") + u', ' + author

Definition at line 33 of file conf.py.

◆ exclude_patterns

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

Definition at line 76 of file conf.py.

◆ extensions

list conf.extensions
Initial value:
1 = [
2  'sphinx_rtd_theme',
3  'sphinx.ext.mathjax',
4  'sphinx_design',
5  'sphinx.ext.autosectionlabel',
6  'sphinxcontrib.bibtex',
7 ]

Definition at line 60 of file conf.py.

◆ html_static_path

list conf.html_static_path = ["_build/html/doxygen/"]

Definition at line 90 of file conf.py.

◆ html_theme

string conf.html_theme = "sphinx_rtd_theme"

Definition at line 50 of file conf.py.

◆ html_theme_options

dictionary conf.html_theme_options
Initial value:
1 = {
2  # 'canonical_url': '',
3  'analytics_id': 'UA-21128561-9', # Provided by Google in your dashboard
4  'logo_only': False,
5  'display_version': True,
6  'prev_next_buttons_location': 'bottom',
7  'style_external_links': False,
8  # 'style_nav_header_background': 'white',
9  # Toc options
10  # 'collapse_navigation': False,
11  # 'sticky_navigation': False,
12  # 'navigation_depth': 4,
13  # 'includehidden': True,
14 }

Definition at line 35 of file conf.py.

◆ html_theme_path

list conf.html_theme_path = ["_themes", ]

Definition at line 85 of file conf.py.

◆ master_doc

string conf.master_doc = 'index'

Definition at line 55 of file conf.py.

◆ project

string conf.project = 'mvsim'

Definition at line 31 of file conf.py.

◆ rst_epilog

string conf.rst_epilog
Initial value:
1 = """
2 .. role:: raw-html(raw)
3  :format: html
4 """

Definition at line 93 of file conf.py.

◆ shell

conf.shell

Definition at line 26 of file conf.py.

◆ templates_path

list conf.templates_path = ['_templates']

Definition at line 71 of file conf.py.



mvsim
Author(s):
autogenerated on Wed May 28 2025 02:13:09