Hugo van Kemenade

Results 1495 comments of Hugo van Kemenade

See also https://github.com/python/cpython/issues/100734.

Here's the branch: https://github.com/miss-islington/cpython/tree/backport-07236f5-3.12 And the PR: https://github.com/python/cpython/pull/114624 It looks like Miss Islington force-pushed the branch each time after commenting "I'm working now to backport this PR" on the upstream...

Let's close this issue, it was discussed in https://github.com/python/cpython/issues/100921.

Sounds good. I was about to open a PR with a make command that uses [cog](https://pypi.org/project/cogapp/) to update the README. But more automation is good. Perhaps we could combine this...

I'm supportive. Once a day feels too infrequent for the English HTML docs, I'd like to see them built more frequently, maybe even triggering a deploy from merge. But if...

Do you mean the `` HTML tag? If so, since https://github.com/python/cpython/pull/99931 in December 1999, we now generate it with sphinxext-opengraph: ```html ``` And: ```html ```

> I can't say with certainty, though if this is controllable it really only makes sense to do for "online" builds we'll be serving from docs.python.org, right? Yes, only makes...

Right now, the `changelog.rst` page includes the `NEWS` file: ```rst .. _changelog: +++++++++ Changelog +++++++++ .. miscnews:: ../build/NEWS ``` https://github.com/python/cpython/blob/3d5df54cdc1e946bd953bc9906da5abf78a48357/Doc/whatsnew/changelog.rst The 43,720-line `NEWS` is compiled by blurb from the individual...

> Next step would be to temporarily (has to be defined...) host artifacts somewhere (has to be defined...) and make a bot to give the link in the PR? How...

Would a dedicated language page mean we lose the ability to jump from one translated page to another? For example, if I'm on https://docs.python.org/3/library/exceptions.html I can select Spanish from the...