sphinx-tutorial/cpp-example/docs/conf.py
2024-01-22 18:12:01 +01:00

12 lines
No EOL
223 B
Python

from cgitb import html
extensions = ["breathe"]
html_theme = "shibuya"
html_theme_options = {
"globaltoc_expand_depth": 1,
}
breathe_projects = {"my_project": "build/doxyxml/"}
breathe_default_project = "my_project"