docs: enable sphinx todo items
This commit is contained in:
parent
c4f1b69f4e
commit
210cb53654
|
@ -30,7 +30,7 @@
|
|||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ["sphinx.ext.graphviz"]
|
||||
extensions = ["sphinx.ext.graphviz", "sphinx.ext.todo"]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
@ -124,7 +124,7 @@ pygments_style = 'sphinx'
|
|||
# keep_warnings = False
|
||||
|
||||
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
||||
todo_include_todos = False
|
||||
todo_include_todos = True
|
||||
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
|
|
@ -12,6 +12,9 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
|
|||
copy of the license is included in the section entitled "GNU Free
|
||||
Documentation License".
|
||||
|
||||
.. todolist::
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:caption: Table of Contents
|
||||
|
|
|
@ -26,4 +26,5 @@ please refer to the standard Debian documentation.
|
|||
ZFS
|
||||
~~~
|
||||
|
||||
TODO
|
||||
.. todo:: Add local ZFS admin guide (local.zfs.adoc)
|
||||
|
||||
|
|
Loading…
Reference in New Issue