From af119f0956961fb6e6c41bfdd9465a9990516549 Mon Sep 17 00:00:00 2001 From: Zhang Lei Date: Wed, 9 Oct 2024 14:52:31 +0800 Subject: [PATCH] docs: Fix document generation (#4282) Resolve the documentation deployment issue at https://github.com/alibaba/GraphScope/actions/runs/11247023257/job/31269817278. When using `openapi-generator-cli` to generate documentation, do not override the setup.cfg. --- flex/interactive/sdk/python/.openapi-generator-ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/flex/interactive/sdk/python/.openapi-generator-ignore b/flex/interactive/sdk/python/.openapi-generator-ignore index 521c88ae7648..b16c09c3008f 100644 --- a/flex/interactive/sdk/python/.openapi-generator-ignore +++ b/flex/interactive/sdk/python/.openapi-generator-ignore @@ -30,3 +30,4 @@ gs_interactive/models/long_text.py requirements.txt test-requirements.txt test/ +setup.cfg