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 ab4e53d commit a324278Copy full SHA for a324278
readthedocs/doc_builder/environments.py
@@ -312,10 +312,7 @@ def run(self):
312
# /home/docs/.asdf/shims:/home/docs/.asdf/bin
313
# :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
314
# docs@bfe702e31cdd:~$
315
- asdf_paths = (
316
- f"/home/{settings.RTD_DOCKER_USER}/.asdf/shims"
317
- f":/home/{settings.RTD_DOCKER_USER}/.asdf/bin"
318
- )
+ asdf_paths = "/home/docs/.asdf/shims:/home/docs/.asdf/bin"
319
if settings.RTD_DOCKER_COMPOSE:
320
asdf_paths += ":/root/.asdf/shims:/root/.asdf/bin"
321
0 commit comments