Skip to content

Commit

Permalink
Change deprecated --ansible-base-source to --ansible-core-source.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 7, 2022
1 parent 7d7f1f6 commit 649a349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def generate_base_docs(args):

# Generate the plugin rst
return antsibull_docs.run(['antsibull-docs', 'stable', '--deps-file', modified_deps_file,
'--ansible-base-source', str(args.top_dir),
'--ansible-core-source', str(args.top_dir),
'--dest-dir', args.output_dir])

# If we make this more than just a driver for antsibull:
Expand Down

0 comments on commit 649a349

Please sign in to comment.