mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Update conf.py
This commit is contained in:
@@ -11,9 +11,6 @@ copyright = u'2020, IfcOpenShell'
|
|||||||
author = u'Johan Luttun'
|
author = u'Johan Luttun'
|
||||||
|
|
||||||
# Setup the breathe extension
|
# Setup the breathe extension
|
||||||
# breathe_projects = {
|
|
||||||
# "My Project": "./doxygen/xml"
|
|
||||||
# }
|
|
||||||
breathe_projects = {
|
breathe_projects = {
|
||||||
"My Project": "./output/doxygen/xml"
|
"My Project": "./output/doxygen/xml"
|
||||||
}
|
}
|
||||||
@@ -35,7 +32,6 @@ exhale_args = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# html_theme = 'sphinx_rtd_theme'
|
# html_theme = 'sphinx_rtd_theme'
|
||||||
# html_theme = 'classic'
|
|
||||||
|
|
||||||
# Tell sphinx what the primary language being documented is.
|
# Tell sphinx what the primary language being documented is.
|
||||||
primary_domain = 'cpp'
|
primary_domain = 'cpp'
|
||||||
@@ -43,16 +39,5 @@ primary_domain = 'cpp'
|
|||||||
# Tell sphinx what the pygments highlight language should be.
|
# Tell sphinx what the pygments highlight language should be.
|
||||||
highlight_language = 'cpp'
|
highlight_language = 'cpp'
|
||||||
|
|
||||||
# html_sidebars = {
|
|
||||||
# '**': ['globaltoc.html', 'sourcelink.html', 'searchbox.html'],
|
|
||||||
# 'using/windows': ['windowssidebar.html', 'searchbox.html'],
|
|
||||||
# }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# html_sidebars = {'**': ['logo-text.html', 'globaltoc.html', 'searchbox.html']}
|
|
||||||
|
|
||||||
# html_theme_options = {
|
|
||||||
# 'navigation_depth': 4,
|
|
||||||
# }
|
|
||||||
Reference in New Issue
Block a user