Add new line
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 19s
Run Tox Check / tox-pep8 (pull_request) Successful in 16s
Updates Opensearch filters / update-opensearch-filters (pull_request) Successful in 11s

This commit is contained in:
2026-03-04 10:23:13 +00:00
parent fff87e5cc6
commit 9aa8be461e

View File

@ -224,7 +224,7 @@ def add_sphinx_metadata(file_path, meta_description, meta_keywords=None):
"""Add Sphinx-compatible meta block at the end of an RST file.""" """Add Sphinx-compatible meta block at the end of an RST file."""
content = read_rst_content(file_path) content = read_rst_content(file_path)
meta_block = "\n.. meta::\n" meta_block = "\n\n.. meta::\n"
if meta_description: if meta_description:
meta_block += " :description: {}\n".format(meta_description) meta_block += " :description: {}\n".format(meta_description)
if meta_keywords: if meta_keywords: