-
-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Labels
no bugThis is expected behaviorThis is expected behavior
Description
typedoc version: typedoc 0.22.3
other versions: typescript 4.4.3 with node 16.5.0 on ubuntu 21.04 inside wsl2 on windows 11
typedoc --theme custom test.js
throws error:
Error: The theme 'custom' is not defined. The available themes are: default
Error: Documentation could not be generated due to the errors above.
same when using typedoc via api and setting td.options.theme (which is a type: string, so not much else to do there)
this used to work before latest update
Metadata
Metadata
Assignees
Labels
no bugThis is expected behaviorThis is expected behavior