Skip to content

Commit 7e4300a

Browse files
committed
Merge branch 'feature/v0.4.2' into develop
2 parents 610b209 + 4b0ddd3 commit 7e4300a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
os.environ["READTHEDOCS_VERSION"]
2121
.replace("experimental-", "experimental/")
2222
.replace("feature-", "feature/")
23-
.replace("hotfix-", "hotfix/"),
23+
.replace("hotfix-", "hotfix/")
24+
.replace("latest", "develop")
25+
.replace("stable", "master"),
2426
safe="",
2527
)
2628
url = (

0 commit comments

Comments
 (0)