gap_sdk icon indicating copy to clipboard operation
gap_sdk copied to clipboard

generating html end with makefile error 20

Open alebarra opened this issue 1 year ago • 1 comments

generation of html documentation aborts due to non-existent references, the sdk is the latest master commit e431b7f step to reproduce the issue:

  • cd to gap_sdk/doc ;
  • make html

and process end with errors: ....

reading sources... [100%] source/tools/index
/home/bitcraze/greenwaves/gap_sdk/doc/source/examples/README.rst:8: WARNING: toctree contains reference to nonexisting document 'source/examples/gap9/README' /home/bitcraze/greenwaves/gap_sdk/doc/source/reference/pmsis_api/drivers/pmu.rst:32: WARNING: doxygengroup: Cannot find group "GAP9_PMU" in doxygen xml output for project "gap9" from directory: _build/xml_gap9 /home/bitcraze/greenwaves/gap_sdk/doc/source/tools/index.rst:6: WARNING: toctree contains reference to nonexisting document 'source/tools/audio-framework/index' looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [100%] source/tools/index
generating indices... genindex py-modindex done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build finished with problems, 3 warnings. make: *** [Makefile:20: html] Error 1 ...

no html was generated

alebarra avatar Apr 16 '23 08:04 alebarra

Tested on my end, and the html is generated on my end at: gap_sdk/doc/_build/html/index.html Can you double check that it's not the case on your end?

Yaooooo avatar Jun 02 '23 16:06 Yaooooo