[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
This commit is contained in:
parent
3e63fb9dd9
commit
bc7db06629
@ -4,7 +4,7 @@
|
||||
|
||||
.. module:: novaclient
|
||||
:synopsis: A client for the OpenStack Nova API.
|
||||
:noindex:
|
||||
:no-index:
|
||||
|
||||
.. currentmodule:: novaclient
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user