aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-03-22 01:31:27 +0100
committerbozo.kopic <bozo@kopic.xyz>2022-03-22 01:31:27 +0100
commitcc4ba3b063f14943579ffbfe416828590f70ae0a (patch)
treeaf2127920fb57603206ca670beb63b5d58650fb8 /docs/conf.py
parentc594b1fca854a7b9fb73d854a9830143cd1032fc (diff)
WIP major rewrite
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/conf.py b/docs/conf.py
deleted file mode 100644
index bc23583..0000000
--- a/docs/conf.py
+++ /dev/null
@@ -1,21 +0,0 @@
-import sphinx_rtd_theme
-
-
-extensions = ['sphinx.ext.imgmath',
- 'sphinx.ext.graphviz',
- 'sphinx.ext.todo']
-
-project = 'Hatter'
-version = '0.0.1'
-copyright = '2017, Božo Kopić'
-master_doc = 'index'
-
-html_theme = 'sphinx_rtd_theme'
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
-html_use_index = False
-html_show_sourcelink = False
-html_show_sphinx = False
-html_sidebars = {
- '**': ['globaltoc.html', 'relations.html']}
-
-todo_include_todos = True