Skip to content

Commit 2c1d084

Browse files
committed
Allow semantic markup.
1 parent d4ab04f commit 2c1d084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sanity/extra/extra-docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main():
1717
suffix = ':{env}'.format(env=env["ANSIBLE_COLLECTIONS_PATH"]) if 'ANSIBLE_COLLECTIONS_PATH' in env else ''
1818
env['ANSIBLE_COLLECTIONS_PATH'] = '{root}{suffix}'.format(root=os.path.dirname(os.path.dirname(os.path.dirname(os.getcwd()))), suffix=suffix)
1919
p = subprocess.run(
20-
['antsibull-docs', 'lint-collection-docs', '--plugin-docs', '--disallow-semantic-markup', '--skip-rstcheck', '.'],
20+
['antsibull-docs', 'lint-collection-docs', '--plugin-docs', '--skip-rstcheck', '.'],
2121
env=env,
2222
check=False,
2323
)

0 commit comments

Comments
 (0)