aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1712f2a7..37838427 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,19 +15,11 @@ author = "Felix Morgner"
extensions = [
"sphinx.ext.todo",
- "breathe",
]
templates_path = ["_templates"]
exclude_patterns = ["pre/**"]
-# -- Options Breathe ---------------------------------------------------------
-# https://breathe.readthedocs.io/en/stable/directives.html#config-values
-
-breathe_projects = {"kernel": "../build/doxygen/xml"}
-breathe_default_project = "kernel"
-breathe_default_members = ('members', 'undoc-members', 'protected-members', 'private-members')
-
# -- Options todo ---------------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html
@@ -36,5 +28,5 @@ todo_include_todos = True
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
-html_theme = "sphinx_book_theme"
+html_theme = "haiku"
html_static_path = []