You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Activity
A5rocks commentedon Aug 26, 2024
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.