[Python-Dev] Re: Should we try to get a complete draft of What's New by b1?

2021-08-12 Thread Jack DeVries
documentation on the head of the beta or alpha release branches is worth considering, maybe with a different label on docs.python.org like "cpython/3.10@latest" or similar. On Thu, Aug 12, 2021, 12:46 PM Brett Cannon wrote: > > > On Thu, Aug 12, 2021 at 6:04 AM Jack De

[Python-Dev] Re: Should we try to get a complete draft of What's New by b1?

2021-08-12 Thread Jack DeVries
On a broader note, how does the deployment pipeline for documentation work? It seems to me that for branches that are in pre-release (3.10) or active development (3.11), the documentation should be continuously deployed, while deployment of changes to earlier documentation should follow minor relea

[Python-Dev] Re: New __main__.rst

2021-08-10 Thread Jack DeVries
ou for the catch @MRAB. On Tue, Aug 10, 2021 at 05:14:10PM +0100, MRAB wrote: > On 2021-08-10 03:14, Jack DeVries wrote: > > There have been a series of requests to enhance the current __main__.rst > > document <https://docs.python.org/3/library/__main__.html>: > > >

[Python-Dev] New __main__.rst

2021-08-09 Thread Jack DeVries
There have been a series of requests to enhance the current __main__.rst document : bpo-17359 bpo-24632 bpo-39452 So, I rewrote it! I wen

[Python-Dev] Re: Heads up: `make` in Doc now creates a venv

2021-08-06 Thread Jack DeVries
What do you think about an environment variable? USE_VENV=false make html Maybe we can use a variable with a more explicit name so people can keep it in their environments if they wish? On Fri, Aug 6, 2021 at 7:19 AM Miro Hrončok wrote: > On 06. 08. 21 12:21, Łukasz Langa wrote: > > > >> O