We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 linkcheck
make html
sphinx-build -M
Sphinx seems to ship sphinx-build with a make-mode option called -M (https://www.sphinx-doc.org/en/master/man/sphinx-build.html) which allows one to supposedly drop the Makefile entirely and rely instead on something like
sphinx-build
make-mode
-M
sphinx-build -M html ./source ./build --fail-on-warning
The text was updated successfully, but these errors were encountered:
This works in scipp-atlas/pyhs3#7
Sorry, something went wrong.
No branches or pull requests
Sphinx seems to ship
sphinx-build
with amake-mode
option called-M
(https://www.sphinx-doc.org/en/master/man/sphinx-build.html) which allows one to supposedly drop the Makefile entirely and rely instead on something likeThe text was updated successfully, but these errors were encountered: