mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Remove no longer necessary workaround. (#51)
This commit is contained in:
@@ -176,10 +176,6 @@ def generate_full_docs(args):
|
||||
|
||||
deps_data['_ansible_core_version'] = ansible_core__version__
|
||||
|
||||
# antsibull-docs will choke when a key `_python` is found. Remove it to work around
|
||||
# that until antsibull-docs is fixed.
|
||||
deps_data.pop('_python', None)
|
||||
|
||||
write_deps_file(modified_deps_file, deps_data)
|
||||
|
||||
params = ['stable', '--deps-file', modified_deps_file]
|
||||
|
||||
Reference in New Issue
Block a user