From afe8fa515c72e4351f13b608ab1fc06312383d1a Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Fri, 1 Dec 2017 11:04:56 +0800 Subject: [PATCH] Fix the repeating titles The Index page of reference guide[1] takes repeating titles, All titles show up twice. This patch is to fix it. [1] https://docs.openstack.org/oslo.vmware/latest/reference/index.html Change-Id: I03f3bf6f37f9ac9038657cfc9ee98015f673caaf Closes-Bug: #1735398 --- doc/source/reference/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index be6c6b71..87370d43 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -6,4 +6,4 @@ API Reference :maxdepth: 1 :glob: - api/* + api/autoindex