Skip to content

Commit

Permalink
ci: Fix argdown doc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Mar 15, 2022
1 parent 700f74a commit f40b3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/argparse/argparse_doc.py
Expand Up @@ -28,6 +28,7 @@ def extract_argscode():
source_file.write('import argparse\n')
source_file.write('import argdown\n')
source_file.write('from pathlib import Path\n')
source_file.write('from lbsntransform import BaseConfig\n')
# fix argparse name
parse_args_source = parse_args_source.replace(
'ArgumentParser()', 'ArgumentParser(prog="lbsntransform")')
Expand Down

0 comments on commit f40b3d3

Please sign in to comment.