rtfd/conf.py
Marc Beninca 0a4220f5d0 todos
2019-08-26 14:30:19 +02:00

14 lines
316 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'
html_use_smartypants = False
todo_include_todos = True