diff --git a/doc/Makefile b/doc/Makefile index c3529688942efc29effcf7c574d861e211ff0c5c..c5912dd40ed19da8bf6d33e5e9d4cbd5b2065630 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -50,6 +50,8 @@ help: @echo " changes to make an overview of all changed/added/deprecated items" @echo " linkcheck to check all external links for integrity" @echo " doctest to run all doctests embedded in the documentation (if enabled)" + @echo + @echo "Append SPHINXOPTS='-A website_deploy=True' to include web analytics code." clean: -rm -rf $(BUILDDIR)/* $(GENERATEDPDF)