Merge pull request #3483 from boxydog/ruff_0_12_2

This commit is contained in:
Justin Mayer 2025-07-08 08:10:18 +02:00 committed by GitHub
commit f4ee3b7946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 64 additions and 102 deletions

View file

@ -41,7 +41,7 @@ version = ".".join(release.split(".")[:1])
last_stable = project_data.get("version")
rst_prolog = f"""
.. |last_stable| replace:: :pelican-doc:`{last_stable}`
.. |min_python| replace:: {project_data.get('requires-python').split(",")[0]}
.. |min_python| replace:: {project_data.get("requires-python").split(",")[0]}
"""
extlinks = {"pelican-doc": ("https://docs.getpelican.com/en/latest/%s.html", "%s")}