docs: index: hide todo list toctree and genindex
I do not found another way to disable inclusion in the sidebar... The genindex information is alredy provided through glossary Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a76934ad33
commit
bc8fadf494
@ -45,9 +45,10 @@ in the section entitled "GNU Free Documentation License".
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
:hidden:
|
||||||
:caption: Developer Appendix
|
:caption: Developer Appendix
|
||||||
|
|
||||||
todos.rst
|
todos.rst
|
||||||
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
.. # * :ref:`genindex`
|
||||||
|
Loading…
Reference in New Issue
Block a user