docs: Add services page to a hidden table of contents
This fixes an error reported by tox -edocs Warning, treated as error: /home/alex/src/mitogen/docs/services.rst:document isn't included in any toctree without promoting the page to a top level TOC entry, since the page appears to be work in progress.
This commit is contained in:
parent
bf34b383eb
commit
90823231f9
|
@ -15,3 +15,8 @@ Table Of Contents
|
|||
examples
|
||||
internals
|
||||
shame
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
services
|
||||
|
|
Loading…
Reference in New Issue