Skip to content

Commit

Permalink
Sphinx API docs should generate module doc first (#8242)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored and scbedd committed Oct 29, 2019
1 parent e7d12f1 commit b42ad27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/tox/run_sphinx_apidoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"),
Expand Down

0 comments on commit b42ad27

Please sign in to comment.