From b5be1c890f9a8db60ef57a1ea0001408a0c3b9c2 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Sun, 24 Jan 2021 14:30:35 +0100
Subject: [PATCH] increased top-level tox depth

---
 docs/source/index.rst          |  2 +-
 docs/source/protocol/index.rst | 13 +++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/docs/source/index.rst b/docs/source/index.rst
index d91d8575..0e8a203b 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -13,7 +13,7 @@ by an HTTP API.
 
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
    :caption: Contents:
 
    configuration
diff --git a/docs/source/protocol/index.rst b/docs/source/protocol/index.rst
index c2286ca1..9d2da5e9 100644
--- a/docs/source/protocol/index.rst
+++ b/docs/source/protocol/index.rst
@@ -15,6 +15,15 @@ Please refer to [RFC 2616](https://tools.ietf.org/html/rfc2616)
 and www.json.org for more details.
 
 
+/version
+-------------
+
+.. autofunction:: inventory_provider.routes.default.version
+
+
+API modules
+--------------
+
 .. toctree::
    :maxdepth: 2
    :caption: Contents:
@@ -22,8 +31,4 @@ and www.json.org for more details.
    classifier
 
 
-/version
--------------
-
-.. autofunction:: inventory_provider.routes.default.version
 
-- 
GitLab