Closed
Description
Description of the problem
The available targets in the docs Makefile are help
, clean
, html
, api
, linkcheck
, doctest
, and serve
. The help
target only lists information about the all
, html
, linkcheck
, and doctest
targets. One line each could be added to help
to describe clean
,api
, and serve
, for example @echo " clean clean up build and generated files"
.