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:
parent
fb3979110d
commit
e0facc77ff
|
@ -3,7 +3,7 @@
|
|||
"destination": "docs/output",
|
||||
"readme": "README.md",
|
||||
"recurse": true,
|
||||
"template": "docs/jsdoc-template/template"
|
||||
"template": "./jsdoc-template/template"
|
||||
},
|
||||
"source": {
|
||||
"include": ["docs"],
|
||||
|
|
Loading…
Reference in New Issue