Skip to content

Allow building docs on Windows #3071

@A5rocks

Description

@A5rocks
Contributor

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.

Activity

A5rocks

A5rocks commented on Aug 26, 2024

@A5rocks
ContributorAuthor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @A5rocks

      Issue actions

        Allow building docs on Windows · Issue #3071 · python-trio/trio