python-trio / trio

Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
6.22k stars 344 forks source link

Handle RTD enabling addons #3103

Closed A5rocks closed 1 month ago

A5rocks commented 1 month ago

Fixes #3064

I'm not sure whether this is required because the docs look fine, but then of course the docs have very many hacks that I'm not aware of.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 99.58%. Comparing base (2a66a0d) to head (22d2bee). Report is 42 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3103 +/- ## ======================================= Coverage 99.58% 99.58% ======================================= Files 121 121 Lines 18166 18255 +89 Branches 3275 3314 +39 ======================================= + Hits 18091 18180 +89 Misses 52 52 Partials 23 23 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/python-trio/trio/pull/3103/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio)
A5rocks commented 1 month ago

OK I don't know why RTD is failing to clone this PR now...

A5rocks commented 1 month ago

Well it seems to work now. I'll merge this soon enough unless someone has comments.