Skip to content

Commit 2a144e0

Browse files
committed
Use custom theme
1 parent f2b82b7 commit 2a144e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/docs/typedoc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ TYPEDOC_HTML_FLAGS ?= \
5454
--includeDeclarations \
5555
--exclude **/$(TYPESCRIPT_DECLARATIONS_FOLDER)/test*.ts \
5656
--name stdlib \
57-
--theme default \
57+
--theme $(CONFIG_DIR)/typedoc/theme/ \
5858
--hideGenerator \
5959
--readme $(ROOT_DIR)/README.md \
6060
--out $(TYPEDOC_HTML_OUT)

0 commit comments

Comments
 (0)