-
Notifications
You must be signed in to change notification settings - Fork 272
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
Do not use sphinx action for building docs #1780
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1780 +/- ##
=======================================
Coverage 91.84% 91.84%
=======================================
Files 187 187
Lines 14827 14827
=======================================
Hits 13618 13618
Misses 1209 1209
Continue to review full report at Codecov.
|
Ok, I think we should merge this to unblock the other PRs, we can switch back to the sphinx action if/when it gets updated. |
* Do not use sphinx action for building docs * Add setup python step * Add sudo * Fix doc build command in CI * Fix doc sections * Install graphviz in docs build
Trying to fix the docs build by not using the sphinx extension.
We loose the automatic PR comments for sphinx warnings though.