From b42ad2781def0e390acf545adedb63845ae16b7a Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Mon, 28 Oct 2019 18:11:12 -0700 Subject: [PATCH] Sphinx API docs should generate module doc first (#8242) --- eng/tox/run_sphinx_apidoc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/tox/run_sphinx_apidoc.py b/eng/tox/run_sphinx_apidoc.py index 667b9ee9e1ea..45adce90a878 100644 --- a/eng/tox/run_sphinx_apidoc.py +++ b/eng/tox/run_sphinx_apidoc.py @@ -35,6 +35,7 @@ def sphinx_apidoc(working_directory): command_array = [ "sphinx-apidoc", "--no-toc", + "--module-first", "-o", os.path.join(args.working_directory, "unzipped/docgen"), os.path.join(args.working_directory, "unzipped/"),