diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-25 18:41:37 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-25 18:41:37 +0300 |
commit | 2e3aab17aaa8538c0ed662ef2adc4a085d74b67d (patch) | |
tree | 53ce855127491e2273a9771a80826463337738e0 | |
parent | 45bd2a4c3af46c6afa8c4f68daf7bc467e88933b (diff) | |
download | ydb-2e3aab17aaa8538c0ed662ef2adc4a085d74b67d.tar.gz |
intermediate changes
ref:68d2fd7de10a36323094b72966c90b1bb6de6f90
-rw-r--r-- | build/conf/docs.conf | 3 | ||||
-rw-r--r-- | build/ya.conf.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/build/conf/docs.conf b/build/conf/docs.conf index dc669488c0..6454d08e6b 100644 --- a/build/conf/docs.conf +++ b/build/conf/docs.conf @@ -80,8 +80,11 @@ module DOCS_LIBRARY: _DOCS_BARE_UNIT { .EPILOGUE=_DOCS_LIBRARY_EPILOGUE ENABLE(DOCS_LIBRARY) + + SET(MODULE_TYPE LIBRARY) SET(MODULE_TAG DOCS_LIBRARY) SET(PEERDIR_TAGS DOCS_LIBRARY) + SET(MODULE_SUFFIX .docslib) } diff --git a/build/ya.conf.json b/build/ya.conf.json index ebeac7b271..85744eb105 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -8436,7 +8436,7 @@ }, "eductl": { "formula": { - "sandbox_id": 1212160071, + "sandbox_id": 1255739375, "match": "eductl" }, "executable": { |