Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb26439

Browse files
committed
env var
1 parent f4fb6c9 commit eb26439

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
@@ -48,7 +48,7 @@
4848
]
4949

5050

51-
if "RTD_BUILD" in os.environ.keys():
51+
if os.environ["FETCH_ARTIFACT"] == "1":
5252
extensions.append("rtds_action")
5353

5454
# The name of your GitHub repository

0 commit comments

Comments
 (0)