Closed
Description
-
make clean
should also remove thevenv
(see Updatevenv
andclean
make targets #856) -
make clean-venv
should be added to only remove thevenv
(see Updatevenv
andclean
make targets #856) -
make check
should check for the default role (see Use sphinx-lint inmake check
. #866) -
make htmlview
should be added (see bpo-36329: Replace 'make serve' with 'make htmlview' #826) -
make venv
shouldn't print when called by other targets (see Only printmake venv
message when needed. #867)