mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-24 08:21:35 +00:00
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:
@@ -1,7 +1,10 @@
|
||||
Enums and Data Structures
|
||||
=========================
|
||||
|
||||
.. currentmodule:: renderdoc
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:noindex:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
|
||||
Reference in New Issue
Block a user