conf/html
This commit is contained in:
parent
c7ec1dc5d1
commit
bd9d91e072
1 changed files with 2 additions and 1 deletions
3
conf.py
3
conf.py
|
@ -7,8 +7,9 @@ extensions = [
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
]
|
]
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
html_show_sourcelink = False
|
||||||
html_show_sphinx = False
|
html_show_sphinx = False
|
||||||
html_show_copyright = False
|
html_show_copyright = False
|
||||||
html_title = 'ToDo'
|
html_title = 'RTFD'
|
||||||
smartquotes = False
|
smartquotes = False
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|
Loading…
Reference in a new issue