-
Notifications
You must be signed in to change notification settings - Fork 135
Fix all warnings (but 2) when doing make html #347
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
Fix all warnings (but 2) when doing make html #347
Conversation
Hi Marc - yeah, there's something happening with the readthedocs builds. Here are the steps RTD performs (for a build that is currently failing)...
I am unable to reproduce the issue in the failing build, which is this...
which implies an older Since I don't have maintainer rights on the JKG RTD, I'm unable to do much poking around there. @parente or @willingc - could one of you please add me to the RTD maintainers list so I can trigger/maintain builds? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Marc - thanks for your help here. Per my latest comment, could you please include a version increment of the python version in environment.yml
as well.
Also, I'm not sure how to address this warning message I see when running locally...
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.
This occurs on the step to create the RTD conda env: conda env create --quiet --name latest --file docs/environment.yml
. If you have an idea for how to address that, could you please give it a shot via the PR as well? Thanks.
@kevin-bates Added. @mwouts, Kevin: I would recommend moving away from recommonmark. Use myst_parser instead. |
Also @mwouts, if you will be maintaining these docs, I am happy to add you to the RTD maintainers. Just let me know. |
Use conda-forge rather than pip when available
Hi Kevin, Carol,
Sure!
Oh I've seen that one many times... you just need to list Also, in 7ef35b9 I have added the additional packages that appear in the failing step of the build you linked above, hopefully this will let you remove that step from RTD.
Oh sure... I can give it a try - I'll open another PR if it works well.
Thank you Carol. Well I don't promise big thinks, but I'll be happy to help! |
@mwouts Thanks for the corrections. Going to merge. Happy to add you as a maintainer on RTD. What is your RTD user name? mwouts didn't work for me. |
Thank you Marc and Carol! |
Awesome! And now the RTD site works, that's great. Carol, my user name on RTD is |
Added @mwouts :D Thanks! |
Currently when I run
I get this output
With this PR, the output is, instead:
For the two remaining warnings I assume they should point out to the documentation for the
jupyter_websocket
ornotebook_http
modules, but ATM I don't know how to generate that documentation.