diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2017-08-17 15:17:40 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2017-08-17 15:17:40 +0200 |
| commit | 1bc393cdc26bbaa9b2927cb4614784d185a7bb27 (patch) | |
| tree | ea9ab04949012c46eb9d926d9764dd98022a3592 /docs | |
| parent | 074b604076049fb809c22ec0afaf18f5b55cc3ca (diff) | |
backend
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 20 | ||||
| -rw-r--r-- | docs/index.rst | 2 |
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 +====== |
