From 1bc393cdc26bbaa9b2927cb4614784d185a7bb27 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Thu, 17 Aug 2017 15:17:40 +0200 Subject: backend --- docs/conf.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/conf.py (limited to 'docs/conf.py') 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 -- cgit v1.2.3-70-g09d2