2017-12-02 22:48:08 +01:00
|
|
|
extensions = [
|
2019-08-25 22:12:43 +02:00
|
|
|
'sphinx.ext.autodoc',
|
|
|
|
'sphinx.ext.doctest',
|
2017-12-02 22:48:08 +01:00
|
|
|
'sphinx.ext.todo',
|
|
|
|
'sphinx.ext.imgmath',
|
|
|
|
'sphinx.ext.ifconfig',
|
2019-08-25 22:12:43 +02:00
|
|
|
'sphinx.ext.viewcode',
|
2017-12-02 22:48:08 +01:00
|
|
|
]
|
2019-08-25 22:12:43 +02:00
|
|
|
language = 'en'
|
2017-12-02 23:01:10 +01:00
|
|
|
html_show_sphinx = False
|
|
|
|
html_show_copyright = False
|
2019-08-25 22:12:43 +02:00
|
|
|
html_title = 'ToDo'
|
2019-08-26 14:40:17 +02:00
|
|
|
smartquotes = False
|
2019-08-26 14:30:19 +02:00
|
|
|
todo_include_todos = True
|