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 6da61e3 commit 68a457aCopy full SHA for 68a457a
conf.py
@@ -172,7 +172,8 @@
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()
176
+ if data.get("branch") == "main")
177
178
# prolog and epilogs
179
rst_prolog = f"""
0 commit comments