From 31802c730ca92305cfdf42ea558fec9639f171f2 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Thu, 16 May 2024 07:48:38 -0700 Subject: [PATCH] Build flytectl monodocs from monorepo (#5374) Signed-off-by: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0e486a1628..3cacb52f2b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -364,7 +364,6 @@ # is useful for building the docs in the CI/CD of the corresponding repos. flytesnacks_local_path = os.environ.get("FLYTESNACKS_LOCAL_PATH", None) flytekit_local_path = os.environ.get("FLYTEKIT_LOCAL_PATH", None) -flytectl_local_path = os.environ.get("FLYTECTL_LOCAL_PATH", None) flytesnacks_path = flytesnacks_local_path or "_projects/flytesnacks" flytekit_path = flytekit_local_path or "_projects/api/flytekit" @@ -417,10 +416,10 @@ }, { "name": "flytectl", - "source": flytectl_local_path or "https://github.com/flyteorg/flytectl", + "source": "../flytectl", "docs_path": "docs/source", "dest": "flytectl", - "local": flytectl_local_path is not None, + "local": True, }, { "name": "flyteidl",