jquast / blessed

Blessed is an easy, practical library for making python terminal apps
http://pypi.python.org/pypi/blessed
MIT License
1.18k stars 71 forks source link

Read the Docs configuration fixes #262

Closed avylove closed 9 months ago

avylove commented 9 months ago

Noticed Read the Docs builds are failing. We need to specify the OS. Unfortunately they haven't added support a latest tag on the OS yet. I also moved the Python version to the new location and changed it to only specify the major version so it should use the latest supported.

I couldn't test this, but we could enable PR builds in RTD. Or add me as a maintainer in RTD and I'll do it.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (a34c6b1) 95.38% compared to head (cd00d98) 95.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #262 +/- ## ======================================= Coverage 95.38% 95.38% ======================================= Files 9 9 Lines 1018 1018 Branches 215 215 ======================================= Hits 971 971 Misses 43 43 Partials 4 4 ```

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

jquast commented 9 months ago

I've added you as maintainer, but this should work, I'll go ahead and merge and see.

avylove commented 9 months ago

Thanks! Read the Docs builds are working again!