Skip to content

Commit

Permalink
Build flytectl monodocs from monorepo (flyteorg#5374)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario authored May 16, 2024
1 parent 16d54de commit 31802c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 31802c7

Please sign in to comment.