Fix jsdoc build (#1133)

Using a path relative to the `docs/conf.json` file seems to fix the `FATAL: Unable to load template: Cannot find module 'docs/jsdoc-template/template/publish'` issue.

See 0830c6e2f9.
This commit is contained in:
Yavor Georgiev 2017-07-11 13:33:38 +02:00 committed by GitHub
parent fb3979110d
commit e0facc77ff
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"destination": "docs/output",
"readme": "README.md",
"recurse": true,
"template": "docs/jsdoc-template/template"
"template": "./jsdoc-template/template"
},
"source": {
"include": ["docs"],