Skip to content

Commit 6b90fd2

Browse files
authored
fix #1045 changes in line 118 (#1053)
1 parent e6e3128 commit 6b90fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def linkcode_resolve(domain, info):
115115
return None
116116
filename = info["module"].replace(".", "/")
117117
version = os.getenv("READTHEDOCS_VERSION", "master")
118-
if version == "latest":
118+
if version == "latest" or version == "stable":
119119
version = "master"
120120
return f"https://github.com/ManimCommunity/manim/blob/{version}/{filename}.py"
121121

0 commit comments

Comments
 (0)