Skip to content

Commit

Permalink
Get create_widget_catalog.py form the orange-web2 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jan 10, 2025
1 parent 0a1adf7 commit 47e84be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ make html --directory "$SCRIPT_DIR"/visual-programming

# check if the widget catalog in the repository (for orange-hugo is up to date
cd "$SCRIPT_DIR"
wget_command="wget -N https://raw.githubusercontent.com/biolab/orange-hugo/master/scripts/create_widget_catalog.py"
wget_command="wget -N https://raw.githubusercontent.com/biolab/orange-web2/main/scripts/create_widget_catalog.py"
run_command="python create_widget_catalog.py --categories Data,Transform,Visualize,Model,Evaluate,Unsupervised --doc visual-programming/source/"
eval "$wget_command"
eval "$run_command"
Expand Down

0 comments on commit 47e84be

Please sign in to comment.