diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-12-11 21:42:29 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-12-11 21:42:29 +0200 |
commit | f398efa1ac52e967d9673a0efebd9a27f17d60bf (patch) | |
tree | ddf0460a1cf6f1ab8fd71de250e581f7f4e51b37 /doc.src/conf.py | |
parent | Move symlink target to leaf makefiles (diff) | |
download | kernel-f398efa1ac52e967d9673a0efebd9a27f17d60bf.tar.xz |
Generate docs using doxygen instead of sphinx
Diffstat (limited to 'doc.src/conf.py')
-rw-r--r-- | doc.src/conf.py | 28 |
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'] |