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 68a457a commit 6d044acCopy full SHA for 6d044ac
1 file changed
conf.py
@@ -172,8 +172,9 @@
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()
176
- if data.get("branch") == "main")
+_main_version = next(
+ version for version, data in _cycle.items() if data.get("branch") == "main"
177
+)
178
179
# prolog and epilogs
180
rst_prolog = f"""
0 commit comments