Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation fails in 0.11.0 #404

Closed
erwanp opened this issue Nov 15, 2021 · 3 comments 路 Fixed by #406 or #407
Closed

Documentation fails in 0.11.0 #404

erwanp opened this issue Nov 15, 2021 · 3 comments 路 Fixed by #406 or #407
Labels
bug Something isn't working documentation related to the docs https://radis.readthedocs.io/
Milestone

Comments

@erwanp
Copy link
Member

erwanp commented Nov 15, 2021

馃悰 Describe the bug

Doc build have been failing on the ReadTheDocs since 0.11.0 was released
Vaex (likely installed by Pip on RTD) is the culprit.

馃挕 Possible solutions

Switch to Anaconda environment ?
https://docs.readthedocs.io/en/stable/config-file/v2.html#conda

Reported vaexio/vaex#1708

@erwanp erwanp added bug Something isn't working documentation related to the docs https://radis.readthedocs.io/ labels Nov 15, 2021
@erwanp erwanp added this to the 0.11.2 milestone Nov 15, 2021
@maartenbreddels
Copy link

Note: anaconda will not help, it's just that Vaex skips importing the c modules when it detects it is running on readthedocs (fix is coming)

@erwanp
Copy link
Member Author

erwanp commented Nov 17, 2021

Great, thank you !
If you can point-out to the piece of code you use to detect you're on Readthedocs, I can implement a temporary-default-to-Pandas's pytables in RADIS until the fix is out.

@erwanp
Copy link
Member Author

erwanp commented Nov 17, 2021

Actually I found os.environ.get('READTHEDOCS', None) == 'True' in your code, will use this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation related to the docs https://radis.readthedocs.io/
Projects
None yet
2 participants