From c3cf67f5e5c837d8f0cb46d46441c487be5af324 Mon Sep 17 00:00:00 2001 From: Steve McLellan Date: Mon, 3 Oct 2016 11:05:08 -0500 Subject: [PATCH] Remove circular TOC reference The circular reference raises a warning with the current dependency versions but oslosphinx >=4.0 seems to fail harder on it. Removing the useless TOC and then empty Reference section. Change-Id: Iac7d947b6a683f8cdb3b5378c9f82d70a1707d26 --- doc/source/index.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 424a6a4..33e699e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,14 +5,6 @@ This is a client for OpenStack Searchlight API. There's a Python API (the :mod:`searchlightclient` module), and a command-line script (installed as :program:`openstack`). -Reference ---------- - -.. toctree:: - :maxdepth: 1 - - index - Contributing ============