This commit is contained in:
Marc Beninca 2019-09-08 20:15:32 +02:00
parent 7aa86acf9b
commit e35faf8246
3 changed files with 49 additions and 0 deletions

14
conf.py Normal file
View file

@ -0,0 +1,14 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.todo',
'sphinx.ext.imgmath',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
]
language = 'en'
html_show_sphinx = False
html_show_copyright = False
html_title = 'ToDo'
smartquotes = False
todo_include_todos = True