aboutsummaryrefslogtreecommitdiff
path: root/doc.src/conf.py
diff options
context:
space:
mode:
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']