-
Notifications
You must be signed in to change notification settings - Fork 7
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
Notebooks still not showing up #55
Comments
@nilshempelmann not sure why you still mention gitinclude, I thought we do not use gitinclude anymore since PR #54 As for why notebooks are not showing up on RTD, here's the matching build log https://readthedocs.org/api/v2/build/12043957.txt We see a massive amount of WARNING, some sample below:
I am not sure what the build should look like but are you trying to pull notebooks from many different repos? Seems the relative reference to those external repos are not fully resolving. And when they resolve, all the imports from the different notebooks are blowing up. We had the same problem with Raven, the solution was using mock import https://github.com/Ouranosinc/raven/blob/58e8978375565fa095e0ec8ae1bf81dc25741f94/docs/source/conf.py#L60-L70 If we just take a step back, pulling all the different notebooks here is sure convenient but you'll need to duplicate all the various oddities that each repo have to do to make their RTD build works. Why not just link to the other RTD of each repo? RTD also have a concept of sub-projects that allows integrated search from the main project, ex: https://pavics-sdi.readthedocs.io/en/latest/search.html?q=cdd_Indicator_Process&check_keywords=yes&area=default this search performed from Pavics-SDI is able to find the info from the Finch sub-project. Raven and Finch are already sub-projects of Pavics-SDI. Not sure they can be sub-projects under another project, this one. |
@nilshempelmann Also WARNING in docs build means silent doc build error which means silent partial broken documentation. I've had it several times that I am feed up so I turn WARNING into error for both RTD and Travis-CI build here bird-house/cookiecutter-birdhouse#96. If you ever go that route, prepare lots of time to handle all the WARNING. |
@tlvu understand and agree with your argumentation. Thanks for all the infos. |
@tlvu Its actually |
@tlvu @fmigneault
gitinclude seems to be running https://travis-ci.org/github/bird-house/birdhouse-docs/builds/733414708
notebooks are fetched but they are not showing up: https://birdhouse.readthedocs.io/en/latest/tutorial_finch.html
local compilation is running fine.
The text was updated successfully, but these errors were encountered: