rtfd/conf.py

16 lines
336 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'
2021-12-11 14:46:09 +00:00
html_show_sourcelink = False
2017-12-02 22:01:10 +00:00
html_show_sphinx = False
html_show_copyright = False
2021-12-11 14:46:09 +00:00
html_title = 'RTFD'
2019-08-26 12:40:17 +00:00
smartquotes = False
2019-08-26 12:30:19 +00:00
todo_include_todos = True