jupyterlite/jupyterlite-sphinx

Build docs in PRs ?

Closed this issue · 7 comments

It looks to me that docs are not build in PRs,
I'm not sure how they are supposed to be build, but locally I had to change a couple of things like yml to yaml for things to build.

Maybe we should have a workflow checking that our docs build properly ?

As far as I understand it is being built, for example with your PR #128 the built doc is https://jupyterlite-sphinx--128.org.readthedocs.build/en/128

Read the docs reports the doc build as part of the CI checks

Yeah, but in case of failure, you can't see the logs as far as I Can tell.

In case of failure, it should mark the check with a red cross and clicking on it should show you the logs.

In case of failure, it should mark the check with a red cross and clicking on it should show you the logs.

Yes, for example:

Ah, thanks you are right. Feel free to close. I still have the impression that GitHub action is a bit more open into how docs are tested. Can readthedocs full configuration be in a readthedocs.yml file so that we can see how it tests docs ?