sgkit-dev / sgkit

Scalable genetics toolkit
https://sgkit-dev.github.io/sgkit
Apache License 2.0
217 stars 32 forks source link

Upgrade sphinx to fix build #1184

Closed tomwhite closed 5 months ago

tomwhite commented 5 months ago

The new doc packages won't install on Python 3.8. Since we don't need to build documentation on every Python version, I think the simplest way to fix this is to create a separate GitHub Actions workflow to check the documentation (check-docs.yml) which runs just on Python 3.9, and change build.yml that runs on all supported versions to just run the tests and upload coverage.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7d8f5f3) 100.00% compared to head (ab4b956) 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1184 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 52 52 Lines 5210 5210 ========================================= Hits 5210 5210 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.