From fd15eda1cf574d667fb04ebd2b51462ee8e7774e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 31 Aug 2026 13:13:16 +0200 Subject: docs: prepare for pages deployment --- docs/conf.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'docs/conf.py') 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 = [] -- cgit v1.2.3