Skip to content

Commit

Permalink
DOC: Fix doc build (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 24, 2022
1 parent 46b0a53 commit a552a53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/sphinxext/gen_cli.py
Expand Up @@ -76,8 +76,7 @@ def generate_cli_rst(app=None):
cmd_name = fname[:-3]
run_name = op.join(cli_path, fname)
output, _ = run_subprocess([sys.executable, run_name, '--help'],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE, verbose=False)
verbose=False)
output = output.splitlines()

# Swap usage and title lines
Expand Down

0 comments on commit a552a53

Please sign in to comment.