From 2a4a63effe5aa543bbfee53efcf38395214d0361 Mon Sep 17 00:00:00 2001 From: silvacarloss Date: Mon, 13 Apr 2020 16:10:04 +0000 Subject: [PATCH] Fix docs duplicated autoclass definition Fixed an issue in the contributor reference. The share replicas documentation has two references to the same driver interface and it caused a problem while generating docs, since none of them was tagged with ``:noindex:``. Change-Id: I9db0f2c07a8178895490fbcab9bfd9dcd2ccf823 Closes-Bug: #1872479 --- doc/source/contributor/share_replication.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/contributor/share_replication.rst b/doc/source/contributor/share_replication.rst index 6cf24c775a..a07ab5ee84 100644 --- a/doc/source/contributor/share_replication.rst +++ b/doc/source/contributor/share_replication.rst @@ -311,4 +311,5 @@ Replicated Snapshot interfaces: ------------------------------- .. autoclass:: manila.share.driver.ShareDriver + :noindex: :members: create_replicated_snapshot, delete_replicated_snapshot, update_replicated_snapshot