From bef0ac86d830993c5599fd8d55d86685187ee8c1 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Fri, 24 Jul 2020 11:43:01 -0400 Subject: [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 --- docs/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index b6c27429..b86832c6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,15 +87,17 @@ Plugin Reference :maxdepth: 2 plugins - + clusters + parsers Core Reference ^^^^^^^^^^^^^^ .. toctree:: - :maxdepth: 2 + :maxdepth: 4 archive policies + plugins reporting utilities -- cgit