You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build: hardcode the Docker username for now (#10172)
* Build: hardcode the Docker username for now
This is a quick fix for a hotfix.
`RTD_DOCKER_USER` is `docs:docs` so we can't use it inside the path.
* Build: deal with PATH on old Docker images (stable, latest, testing)
These old images are using `pyenv` instead of `asdf`, so we need to use some
different paths to find the binaries.
* Lint
0 commit comments