We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b82b7 commit 2a144e0Copy full SHA for 2a144e0
tools/make/lib/docs/typedoc.mk
@@ -54,7 +54,7 @@ TYPEDOC_HTML_FLAGS ?= \
54
--includeDeclarations \
55
--exclude **/$(TYPESCRIPT_DECLARATIONS_FOLDER)/test*.ts \
56
--name stdlib \
57
- --theme default \
+ --theme $(CONFIG_DIR)/typedoc/theme/ \
58
--hideGenerator \
59
--readme $(ROOT_DIR)/README.md \
60
--out $(TYPEDOC_HTML_OUT)
0 commit comments