We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/home/docs/node_modules/.bin
It would be good to add this directory to the PATH so we can use these commands when building.
I'm currently doing this as a workaround when building.
os.environ['PATH'] = '/home/docs/node_modules/.bin/:{}'.format(os.environ.get('PATH'))
The text was updated successfully, but these errors were encountered:
Do you mean when building documentation or when you build the docker images? I think we delete the whole path env when building.
Sorry, something went wrong.
When building documentation. I'm adding that into a conf.py file for now.
conf.py
https://github.com/readthedocs/readthedocs.org/blob/02338dff89f3cd554752d9bd22feab95b90f683b/readthedocs/vcs_support/base.py#L80-L80
Looks like we only delete it when doing vcs operations
Successfully merging a pull request may close this issue.
It would be good to add this directory to the PATH so we can use these commands when building.
I'm currently doing this as a workaround when building.
The text was updated successfully, but these errors were encountered: