aboutsummaryrefslogtreecommitdiff
path: root/doc.src/conf.py
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-12-11 21:42:29 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-12-11 21:42:29 +0200
commitf398efa1ac52e967d9673a0efebd9a27f17d60bf (patch)
treeddf0460a1cf6f1ab8fd71de250e581f7f4e51b37 /doc.src/conf.py
parentMove symlink target to leaf makefiles (diff)
downloadkernel-f398efa1ac52e967d9673a0efebd9a27f17d60bf.tar.xz
Generate docs using doxygen instead of sphinx
Diffstat (limited to 'doc.src/conf.py')
-rw-r--r--doc.src/conf.py28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc.src/conf.py b/doc.src/conf.py
deleted file mode 100644
index 02bd18c..0000000
--- a/doc.src/conf.py
+++ /dev/null
@@ -1,28 +0,0 @@
-# Configuration file for the Sphinx documentation builder.
-#
-# For the full list of built-in configuration values, see the documentation:
-# https://www.sphinx-doc.org/en/master/usage/configuration.html
-
-# -- Project information -----------------------------------------------------
-# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
-
-project = 'glitch'
-copyright = '2022, aqua@'
-author = 'aqua@'
-release = '0.0.0'
-
-# -- General configuration ---------------------------------------------------
-# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
-
-extensions = ['hawkmoth']
-
-templates_path = ['_templates']
-exclude_patterns = []
-
-
-
-# -- Options for HTML output -------------------------------------------------
-# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
-
-html_theme = "sphinx_rtd_theme"
-html_static_path = ['_static']