We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac60826 commit 6da61e3Copy full SHA for 6da61e3
1 file changed
conf.py
@@ -172,7 +172,7 @@
172
with open("include/release-cycle.json", encoding="UTF-8") as _f:
173
_cycle = json.load(_f)
174
175
-main_version = next(version for version, data in _cycle.items() if data.get("branch") == "main")
+_main_version = next(version for version, data in _cycle.items() if data.get("branch") == "main")
176
177
# prolog and epilogs
178
rst_prolog = f"""
0 commit comments