Skip to content

Commit

Permalink
Remove ability to upload doc to sourceforge.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibonihoo committed Mar 27, 2023
1 parent 763120d commit 81e6c49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/gen_doc.sh
Expand Up @@ -11,11 +11,5 @@ rm -r $PACKAGE_DIR/build
# Generate doc
python $PACKAGE_DIR/setup.py build_sphinx

# Upload it if requested
if [ "$1" == "upload" ]; then
echo "Uploading to Sourceforge"
scp -r $PACKAGE_DIR/build/sphinx/html/* tibonihoo@web.sourceforge.net:/home/project-web/yapsy/htdocs/
fi;

# Exit release environment
deactivate_release_env

0 comments on commit 81e6c49

Please sign in to comment.