Ensure only one sphinx module:: directive exists

* Others using automodule:: must have :noindex:.
* I'm unclear when this is required - travis hit an error on this but I couldn't
  reproduce it locally, but it seems harmless.
This commit is contained in:
baldurk
2020-01-06 13:31:38 +00:00
parent 0bf65b1abc
commit 7454e9047e
6 changed files with 8 additions and 1 deletions
+3
View File
@@ -1,7 +1,10 @@
Enums and Data Structures
=========================
.. currentmodule:: renderdoc
.. automodule:: renderdoc
:noindex:
:members:
:undoc-members:
:imported-members:
+1 -1
View File
@@ -3,7 +3,7 @@ Primary Interfaces
.. contents::
.. module:: renderdoc
.. currentmodule:: renderdoc
ReplayController
----------------
@@ -8,6 +8,7 @@ D3D11 Pipeline State
:undoc-members:
.. automodule:: renderdoc
:noindex:
:members:
:undoc-members:
:imported-members:
@@ -8,6 +8,7 @@ D3D12 Pipeline State
:undoc-members:
.. automodule:: renderdoc
:noindex:
:members:
:undoc-members:
:imported-members:
@@ -8,6 +8,7 @@ OpenGL Pipeline State
:undoc-members:
.. automodule:: renderdoc
:noindex:
:members:
:undoc-members:
:imported-members:
@@ -8,6 +8,7 @@ Vulkan Pipeline State
:undoc-members:
.. automodule:: renderdoc
:noindex:
:members:
:undoc-members:
:imported-members: