-
Notifications
You must be signed in to change notification settings - Fork 187
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
ci: deploy docs from CI pipeline #174
Conversation
I'll squash and merge this once I have it working and passing. |
Building the docs is taking a surprisingly long time... |
Looks like a couple examples fail: https://github.com/NeuroTechX/moabb/runs/2234979328
|
@sylvchev Do you know what is going wrong in the two failing examples? |
I'll take a look at it right now |
@sylvchev Ah, should probably set up caching for the datasets then. Where are they stored after being downloaded? |
Just added a bit to the assertion error warning to figure out what is happening.. https://github.com/NeuroTechX/moabb/pull/174/checks?check_run_id=2732447233#step:7:520 |
I think I found a solution for the failing doc building. The results of examples and tutorials are sometime cached or recomputed, depending on the To do:
|
Signed-off-by: Sylvain Chevallier <[email protected]>
@ErikBjare If you think the current level won't cause any problems, we could try a deploy and visually see all the problems/errors that are occurring.. @sylvchev is okay with it. |
@Div12345 For sure, this PR has been open for too long. I say go ahead and merge, and we'll fix the remaining issues down the line in follow-up PRs. |
Signed-off-by: Sylvain Chevallier <[email protected]>
The HTML is available as artifact here Issues Pending -
|
Signed-off-by: Sylvain Chevallier <[email protected]>
Signed-off-by: Sylvain Chevallier <[email protected]>
Signed-off-by: Sylvain Chevallier <[email protected]>
I corrected most of the error indicated. The most disturbing problem is that This is clearly visible in the Sphinx output, all the concerned examples and tutorials have a
@ErikBjare Any ideas why some of these examples and tutorials are skipped by auto_examples and auto_tutorials? |
Signed-off-by: Sylvain Chevallier <[email protected]>
Ok, got it. I RTFM and only files beginning with plot_ are generated. Updating the doc, it should be fully build now. |
Signed-off-by: Sylvain Chevallier <[email protected]>
If you are ok with results @Div12345 I'll merge the PR and hopefully we will have a new version available on http://moabb.neurotechx.com/docs/index.html |
…e, add doc Signed-off-by: Sylvain Chevallier <[email protected]>
Builds upon work by @Div12345 in #172
Partially fixes #78