Skip to content

Commit 6da4028

Browse files
author
3y3k0
committed
Remove algolia extension from default args
commit_hash:4bb960da95fd273e8b89ef857e8750845651bb10
1 parent 08d7ed8 commit 6da4028

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/conf/docs.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ _DOCS_IMPLICIT_SRCS_VALUE=
3333
_DOCS_SOURCES_VALUE=
3434
_DOCS_VARS_FLAG=
3535

36-
_DOCS_YFM_COMMON_ARGS=${hide;requirements:"cpu:4"} -q -j2 --no-strict --allow-html --allow-custom-resources -e "@diplodoc/algolia-extension" -e "@diplodoc/unarchive-includer-extension"
36+
_DOCS_YFM_COMMON_ARGS=${hide;requirements:"cpu:4"} -j2 --no-strict --allow-html --allow-custom-resources \
37+
-e unarchive-includer \
38+
-q
3739

3840
_DOCS_YFM_OUTPUT_FORMAT=
3941
_DOCS_YFM_BOOK_OUTPUT_FORMAT=-f html --no-template $_DOCS_YFM_COMMON_ARGS

0 commit comments

Comments
 (0)