mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[Docs] Do not overwrite rst_prolog (#3082)
* Do not overwrite rst_prolog * Add towncrier entry
This commit is contained in:
@@ -99,7 +99,7 @@ with open("prolog.txt", "r") as file:
|
||||
rst_prolog = file.read()
|
||||
|
||||
# Adds d.py version to available substitutions in all files
|
||||
rst_prolog = f"\n.. |DPY_VERSION| replace:: {dpy_version}"
|
||||
rst_prolog += f"\n.. |DPY_VERSION| replace:: {dpy_version}"
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user