rtfd/conf.py
Marc Beninca bd9d91e072 conf/html
2021-12-11 15:46:09 +01:00

15 lines
336 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_sourcelink = False
html_show_sphinx = False
html_show_copyright = False
html_title = 'RTFD'
smartquotes = False
todo_include_todos = True