Variables | |
str | project = 'UHD' |
str | copyright = '2022, Ettus Research, an NI Brand' |
str | author = 'Ettus Research, an NI Brand' |
str | version = '' |
str | release = '' |
list | extensions |
list | templates_path = ['_templates'] |
str | source_suffix = '.rst' |
str | master_doc = 'index' |
language = None | |
list | exclude_patterns = [] |
pygments_style = None | |
str | html_theme = 'alabaster' |
list | html_static_path = ['_static'] |
str | htmlhelp_basename = 'UHDdoc' |
dict | latex_elements |
list | latex_documents |
list | man_pages |
list | texinfo_documents |
str | epub_title = project |
list | epub_exclude_files = ['search.html'] |
str | _doxy_dir = '../build_doxygen' |
Now we cheat Sphinx by running Doxygen instead. | |
shell | |
list | html_extra_path = [f'{_doxy_dir}/docs/doxygen/html'] |
|
protected |
Now we cheat Sphinx by running Doxygen instead.
This will overwrite the Sphinx output with the Doxygen output.
str conf.author = 'Ettus Research, an NI Brand' |
str conf.copyright = '2022, Ettus Research, an NI Brand' |
list conf.epub_exclude_files = ['search.html'] |
str conf.epub_title = project |
list conf.exclude_patterns = [] |
list conf.extensions |
list conf.html_extra_path = [f'{_doxy_dir}/docs/doxygen/html'] |
list conf.html_static_path = ['_static'] |
str conf.html_theme = 'alabaster' |
str conf.htmlhelp_basename = 'UHDdoc' |
conf.language = None |
list conf.latex_documents |
dict conf.latex_elements |
list conf.man_pages |
str conf.master_doc = 'index' |
str conf.project = 'UHD' |
conf.pygments_style = None |
str conf.release = '' |
conf.shell |
str conf.source_suffix = '.rst' |
list conf.templates_path = ['_templates'] |
list conf.texinfo_documents |
str conf.version = '' |