From bc7db06629e87ce9da627671e02d368d175e12b1 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Thu, 29 Aug 2024 17:20:52 +0200 Subject: [PATCH] [doc] change directive noindex to no-index Due to a bug in Sphinx [1], the ':noindex:' flag is currently broken for the 'module' directive. Workaround it by replacing it with the ':no-index' flag, which is what we'll need come Sphinx 9.x anyway. [1] https://github.com/sphinx-doc/sphinx/issues/12843 Change-Id: If3fa5c51b566ea0144acf84d186ce12c8127c9a8 --- doc/source/user/python-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/python-api.rst b/doc/source/user/python-api.rst index b01e07f11..80adda3a1 100644 --- a/doc/source/user/python-api.rst +++ b/doc/source/user/python-api.rst @@ -4,7 +4,7 @@ .. module:: novaclient :synopsis: A client for the OpenStack Nova API. - :noindex: + :no-index: .. currentmodule:: novaclient