Results 469 comments of Malcolm Smith

On 3.12 the only platforms that don't support subprocesses are Emscripten and WASI, so a backport would slightly improve test coverage for them. However, to actually report the test as...

For internal links within my documentation, I can link to a section using `:ref:`, as [recommended in Sphinx's own documentation](https://www.sphinx-doc.org/en/1.5/markup/inline.html#cross-referencing-arbitrary-locations): > Using `ref` is advised over standard reStructuredText links to...

@GeeTransit Thanks, this is great! But still think this should be fixed in Sphinx itself.

I've explained the problem with the current behavior in my [previous comment](https://github.com/sphinx-doc/sphinx/issues/1961#issuecomment-787520246). The *reader* of the document is being told that something is a "permalink", when in fact it will...

Thanks: I think in most cases there would only be one ID, and it won't ever change (at least not as often as the title), so in that case it...

So it is, but it might be better to close #1703 and leave this issue open, because this issue contains much more detailed discussion, and a workaround.

In my experience, if you set the relevant environment variables (`CC`, etc.), then they will always override the paths in the sysconfigdata.

We're not using it directly, but we're using many of the same techniques.

> This will vary on each platform; on Cocoa, "normal" is 12pt; but on Android, "normal" is widget-specific, and specified in `sp` (14sp on button, for example). On Android, the...