From b92efc4fec37a4d5c000eebb92b847a5965df09c Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Wed, 15 May 2024 15:51:18 -0700 Subject: [PATCH] Build flytectl monodocs from monorepo 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",