diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-07-24 11:43:01 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-08-17 11:41:52 -0400 |
commit | bef0ac86d830993c5599fd8d55d86685187ee8c1 (patch) | |
tree | d659da7d8d947ecb4fc526f3edf0b173545c09a7 /docs/reporting.rst | |
parent | ee35c914fc46ff924af95528f005e2a3c61aaa62 (diff) | |
download | sos-bef0ac86d830993c5599fd8d55d86685187ee8c1.tar.gz |
[docs] Update sphinx doc generation
Updates the sphinx configuration for 4.0 and extends the generated docs
to cover parsers and clusters. Updates the location of plugins to the
new structure.
Updates setup.py to include sphinx build configuration, as we are no
longer using make.
Closes: #1991
Resolves: #2172
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'docs/reporting.rst')
-rw-r--r-- | docs/reporting.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reporting.rst b/docs/reporting.rst index 30c617a0..d4c48a50 100644 --- a/docs/reporting.rst +++ b/docs/reporting.rst @@ -1,7 +1,7 @@ -``sos.reporting`` --- Reporting Interface -========================================= +``sos.report.reporting`` --- Reporting Interface +================================================ -.. automodule:: sos.reporting +.. automodule:: sos.report.reporting :noindex: :members: :undoc-members: |