diff options
Diffstat (limited to 'jsdoc/conf.json')
-rw-r--r-- | jsdoc/conf.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/jsdoc/conf.json b/jsdoc/conf.json index e1487eb..3a52e8f 100644 --- a/jsdoc/conf.json +++ b/jsdoc/conf.json @@ -26,7 +26,7 @@ "idInHeadings": true }, "opts": { - "template": "node_modules/clean-jsdoc-theme", + "template": "node_modules/ucode-jsdoc-theme", "destination": "docs", "recurse": true, "readme": "docs/README.md", @@ -41,9 +41,6 @@ "include_css": [ "docs/ucode.css" ], - "include_js": [ - "docs/ucode.js" - ], "menu": [ { "title": "GitHub Project Page", |