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