conf

Attributes

project

copyright

author

extensions

templates_path

exclude_patterns

html_theme

html_static_path

master_doc

html_logo

html_theme_options

Module Contents

conf.project = 'SiMa.ai Sima PCIe CPP'
conf.copyright = '2024, SiMa Technologies'
conf.author = 'SiMa'
conf.extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.autosectionlabel',...
conf.templates_path = ['_templates']
conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
conf.html_theme = 'sphinx_rtd_theme'
conf.html_static_path = ['_static']
conf.master_doc = 'index'
conf.html_theme_options