Skip to content

Commit

Permalink
updates sphinx output
Browse files Browse the repository at this point in the history
  • Loading branch information
eyck committed Jan 12, 2023
1 parent 0eecec8 commit c8e5c0d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,16 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
#html_theme = 'alabaster'
html_theme = 'classic'
html_static_path = ['_static']

html_theme_options = {
"leftsidebar": "true",
"relbarbgcolor": "black"
}
# Breathe Configuration
breathe_default_project = "SCC"
breathe_default_project = "SCC"
breathe_domain_by_extension = {"h" : "cpp"}
highlight_language = 'c++'
primary_domain = 'cpp'

0 comments on commit c8e5c0d

Please sign in to comment.