aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2017-08-17 15:17:40 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2017-08-17 15:17:40 +0200
commit1bc393cdc26bbaa9b2927cb4614784d185a7bb27 (patch)
treeea9ab04949012c46eb9d926d9764dd98022a3592 /docs
parent074b604076049fb809c22ec0afaf18f5b55cc3ca (diff)
backend
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py20
-rw-r--r--docs/index.rst2
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 0000000..1d6265f
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,20 @@
+import sphinx_rtd_theme
+
+
+extensions = ['sphinx.ext.imgmath',
+ 'sphinx.ext.graphviz',
+ 'sphinx.ext.todo']
+
+project = 'Hatter'
+version = '0.0.1'
+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
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..8f956ec
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,2 @@
+Hatter
+======