Remove no longer necessary workaround. (#51)

This commit is contained in:
Felix Fontein
2023-07-05 10:53:58 +02:00
committed by GitHub
parent 2000dab83a
commit 1a1aa0b880

View File

@@ -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]