DOC add a todo directive to the documentation
.. todo:: will create Todos that are listed in the TODO in the documentation
This commit is contained in:
parent
939e66834e
commit
d00fc5016b
|
@ -34,8 +34,12 @@ extensions = [
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinx.ext.coverage',
|
'sphinx.ext.coverage',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
|
'sphinx.ext.todo',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# enable todos
|
||||||
|
todo_include_todos = True
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
|
|
|
@ -35,4 +35,9 @@ Design
|
||||||
|
|
||||||
* use something similar to the `capabilities` in escpos-php
|
* use something similar to the `capabilities` in escpos-php
|
||||||
|
|
||||||
|
Todos in the codebase
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. todolist::
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue