Paul

Results 323 comments of Paul

For now, developers can run `make linkcheck` locally from inside the doc directory. This sphinx functionality will attempt to contact outside sites in addition to checking internal links, and you...

Not exactly. Default `make linkecheck` behavior does some things we don't want: 1. it detects all broken links everywhere, including the release notes 2. if an external page is up...

This doesn't occur on 2.6.15 or earlier doc versions, so it's introduced or uncovered by recent changes.

~~The linked page no longer exists on the live site. Should this be closed?~~ The page was moved, not deleted. The issue still exists.

Per [discord discussion](https://discord.com/channels/458662222697070613/458662458198982676/960715865928654888), we should use the bundled font solution originally described as optional, not tuples. Tuples may have multiple negative impacts, including slower startup times (#1159).

There are at least two ways of doing this: - a kludge using the `inspect` module - working with sphinx's internals to customize the build process Both have their downsides.

We might be able to omit the experimental directory from these checks.

We could, but that wouldn't address the issue for mac users.

Will it fall back to OpenAL if Pulse fails for whatever reason?

**Recap of today's discord discussion:** Discussion resulted in a mockup for what an early minimal version of the file picker could look like: ![image](https://user-images.githubusercontent.com/36696816/174503942-59fed148-2333-44c5-9ef6-a564cb8b6aa0.png) Ibrahim made a good point: `FileDialog`...