mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #3483 from boxydog/ruff_0_12_2
This commit is contained in:
commit
f4ee3b7946
21 changed files with 64 additions and 102 deletions
|
|
@ -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")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue