rtfd/conf.py
Marc Beninca 384f9001c0 conf.py
2019-08-25 22:12:43 +02:00

13 lines
290 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