15 lines
307 B
Python
15 lines
307 B
Python
|
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
|