Skip to content

Commit

Permalink
Temporary fix for docs links to notebooks (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbit committed Feb 16, 2024
1 parent a40a359 commit 7c5eee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
add_function_parentheses = False
# Do not execute the notebooks when building the docs
docs_version = os.getenv("READTHEDOCS_VERSION", "latest")
if docs_version == "latest":
if docs_version == "latest" or docs_version == "stable":
branch = "main"
else:
branch = docs_version.replace("-", "/")
Expand Down

0 comments on commit 7c5eee8

Please sign in to comment.