rtfd/conf.py

14 lines
290 B
Python
Raw Normal View History

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'
html_use_smartypants = False