Skip to content

Commit

Permalink
update conf.py
Browse files Browse the repository at this point in the history
Signed-off-by: Mecoli1219 <[email protected]>
  • Loading branch information
Mecoli1219 committed Nov 16, 2024
1 parent 4f02a76 commit 9aa1ef5
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,10 +625,11 @@
import_projects = [
{
"name": "flytesnacks",
"source": flytesnacks_local_path or "https://github.com/flyteorg/flytesnacks",
"source": flytesnacks_local_path or "https://github.com/Mecoli1219/flytesnacks",
"docs_path": "docs",
"dest": "flytesnacks",
"cmd": [
["git", "-C", f"{flytesnacks_path}", "checkout", "origin/jupyter-basic"],
["cp", "-R", f"{flytesnacks_path}/examples", "./examples"],
[
# remove un-needed docs files in flytesnacks
Expand All @@ -643,27 +644,6 @@
],
"local": flytesnacks_local_path is not None,
},
{
"name": "mecoliflytesnacks",
"source": "https://github.com/Mecoli1219/flytesnacks",
"docs_path": "docs",
"dest": "mecoliflytesnacks",
"cmd": [
["git", "-C", f"{flytesnacks_path}", "checkout", "origin/jupyter-basic"],
["cp", "-R", f"{flytesnacks_path}/examples", "./mecoliexamples"],
[
# remove un-needed docs files in flytesnacks
"rm",
"-rf",
"flytesnacks/jupyter_execute",
"flytesnacks/auto_examples",
"flytesnacks/_build",
"flytesnacks/_tags",
"flytesnacks/index.md",
]
],
"local": False,
},
{
"name": "flytekit",
"source": flytekit_local_path or "https://github.com/flyteorg/flytekit",
Expand Down

0 comments on commit 9aa1ef5

Please sign in to comment.