Closed keisetsu closed 11 years ago
doc/_templates missing??? (ETA: and doc/_static)
doc/_templates
doc/_static
$ make -f gh-pages.mk gh-pages
../jsdoc-upstream/jsdoc -c jsdoc.conf.json -d build/api/ -r lib mkdir -p build/merged_gh_pages cp -p CHANGELOG.rst build/merged_gh_pages cp -p doc/*.rst build/merged_gh_pages cp -p doc/conf.py build/merged_gh_pages cp -rp doc/_templates build/merged_gh_pages cp: cannot stat ‘doc/_templates’: No such file or directory make: *** [gh-pages] Error 1
It's been merged but github seems confused.
I should mention that the way wed uses a custom template has substantially changed. The makefile:
doc/_templates
missing??? (ETA: anddoc/_static
)$ make -f gh-pages.mk gh-pages