We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Makefile
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make clean
venv
clean
make clean-venv
make check
make htmlview
make venv
The text was updated successfully, but these errors were encountered:
This is all done -- closing.
Sorry, something went wrong.
ezio-melotti
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: