aboutsummaryrefslogtreecommitdiffstats
path: root/docs/plugins.rst
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2022-04-25 16:05:54 -0400
committerJake Hunsaker <jhunsake@redhat.com>2022-04-28 11:03:14 -0400
commit7e09f98fa8592441d6f53d27ce7a700b491a2d47 (patch)
treed4d90006be20c42a04d7b507e8d3e8d3c93dcfb4 /docs/plugins.rst
parent95912b2ff2430700e659caaee66bd292322eb964 (diff)
downloadsos-7e09f98fa8592441d6f53d27ce7a700b491a2d47.tar.gz
[docs] Correct automodule definitions for sphinx docs
Building sphinx docs was generating warnings for several locations about sphinx being unable to reference certain classes. This was found to be due to the `automodule` definitions for each section including the `:noindex:` setting. Removing this configuration resolved the vast majority of cross-referencing warnings that sphinx would report on during a build of the docs. Note that a single warning will remain, referencing threading.Thread, after this change. Closes: #2917 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'docs/plugins.rst')
-rw-r--r--docs/plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst
index a1fb0627..e8afb25c 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -2,6 +2,6 @@
===========================================
.. automodule:: sos.report.plugins
- :noindex:
:members:
+ :undoc-members:
:show-inheritance: