Skip to content

question on how to setup the rtd environment #7877

New issue

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

Closed
parmentelat opened this issue Jan 28, 2021 · 1 comment
Closed

question on how to setup the rtd environment #7877

parmentelat opened this issue Jan 28, 2021 · 1 comment
Labels
Support Support question

Comments

@parmentelat
Copy link

parmentelat commented Jan 28, 2021

Hi

I have a question - not a bug report really - on how to set up the rtd context; in a nutshell, I need Jupyter with a ijavascript kernel, which boils down to having python + node and then issuing

npm install ijavascript
ijsinstall

So first off, apologies if here is not the right place to ask, in that case please just redirect me

I am aware of readthedocs.yaml, and know to get pip installs, but could not yet find how to achieve the above

any hint would be most welcome

and thanks for rtd which is a lifesaver !!

@stsewd stsewd added the Support Support question label Jan 28, 2021
@stsewd
Copy link
Member

stsewd commented Jan 28, 2021

@parmentelat currently we don't support executing custom commands in the build process, but you can achieve the same by making those calls from inside your conf.py file (if you are using sphinx).

Also, another popular alternative is using a conda package that already includes all dependencies if one is available.

See #6662

@stsewd stsewd closed this as completed Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

2 participants