Skip to content

Commit

Permalink
gen-addon-readme: stop emitting an XML declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshamerlinck committed Dec 8, 2023
1 parent f71041f commit 0cedf58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/gen_addon_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ def __init__(self, level: int):
# Use the short form of syntax highlighting so that the generated
# Pygments CSS can be used to style the output.
"syntax_highlight": "short",
# Since odoo/odoo@8d06889, Odoo emits a warning
# if index.html contains an xml declaration
"xml_declaration": False,
}

# GitHub Flavored Markdown
Expand Down

0 comments on commit 0cedf58

Please sign in to comment.