aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-31 13:13:16 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-31 13:13:16 +0200
commitfd15eda1cf574d667fb04ebd2b51462ee8e7774e (patch)
tree02568b23e9e9f5d138d4576bc19033f6e0a1ae5b /docs/conf.py
parentecf882dad2aaa6160e6c27277dceae935658b4cb (diff)
downloadkernel-fd15eda1cf574d667fb04ebd2b51462ee8e7774e.tar.xz
kernel-fd15eda1cf574d667fb04ebd2b51462ee8e7774e.zip
docs: prepare for pages deployment
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 = []