python-trio / trio

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

Allow building docs on Windows #3071

Open A5rocks opened 3 weeks ago

A5rocks commented 3 weeks ago

Currently building documentation on Windows fails not least of all because of links to trio.lowlevel.FdStream, which is exported in trio.lowlevel only on linux.

We should either fix this or delete make.bat.

A5rocks commented 2 weeks ago

Maybe just conditionally add things to nitpick-ignore? I'm not sure there's much more we can do. However, referencing trio.lowlevel.FdStream is an error so more is necessary.