[New-bugs-announce] [issue36211] show full url when execute "make -C Doc/ serve"

Stéphane Wirtel report at bugs.python.org
Wed Mar 6 08:15:18 EST 2019


New submission from Stéphane Wirtel <stephane at wirtel.be>:

If we want to check the result of the compilation for the documentation, we can use open build/html or make serve

./configure --prefix=$PWD/build
make -j 4
make PYTHON=../python -C Doc venv
make PYTHON=../python -C Doc html serve

Here is the current output:
make: Entering directory '/home/stephane/src/github.com/python/cpython/Doc'
../Tools/scripts/serve.py build/html
Serving build/html on port 8000, control-C to stop


I suggest this output:

Serving build/html on 0.0.0.0 port 8000 (http://0.0.0.0:8000/), control-C to stop

With this change and if the terminal supports the URL, we can click on the link.

----------
messages: 337300
nosy: matrixise
priority: normal
severity: normal
status: open
title: show full url when execute "make -C Doc/ serve"
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36211>
_______________________________________


More information about the New-bugs-announce mailing list