docs: fix 'npm run generate-docs' (#398)

Fixes: https://github.com/cloudevents/sdk-javascript/issues/392

This commit also removes the external doc theme, since the new version
generates decent looking docs.

After this lands, docs should be published.

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2021-04-05 10:18:59 -04:00 committed by GitHub
parent efe466ac7d
commit 447252e0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -134,7 +134,6 @@
"superagent": "^6.1.0",
"ts-node": "^8.10.2",
"typedoc": "^0.20.24",
"typedoc-clarity-theme": "~1.1.0",
"typescript": "^3.8.3",
"webpack": "^5.1.1",
"webpack-cli": "^4.0.0"

View File

@ -21,8 +21,6 @@
"node_modules"
],
"typedocOptions": {
"out": "docs",
"mode": "file",
"theme": "node_modules/typedoc-clarity-theme/bin"
"out": "docs"
}
}