-
Notifications
You must be signed in to change notification settings - Fork 33
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
Execute notebooks on rtd. Closes #469 #470
Conversation
Codecov ReportBase: 91.41% // Head: 91.41% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #470 +/- ##
=======================================
Coverage 91.41% 91.41%
=======================================
Files 77 77
Lines 4006 4006
=======================================
Hits 3662 3662
Misses 344 344 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Nice!
Just one stupid question: I don't see where you trigger the actual build of the notebook such that it is displayed with output in the online documentation. Is this a readthedocs setting or did I miss something?
This is nbsphinx' default behaviour: https://nbsphinx.readthedocs.io/en/0.8.11/usage.html#nbsphinx_execute Other useful references: |
What problem do you want to solve?
Automate building the documentation.