Skip to content

Instantly share code, notes, and snippets.

@l50
l50 / build_sphinx_docs.sh
Created August 24, 2017 16:26 — forked from binaryaaron/build_sphinx_docs.sh
github pages sphinx building script
#!/bin/bash
if [ $# -ne 2 ]; then
echo "Error: Please provide a branch name and repo name from which documentation will be built";
exit 1
fi
BRANCH_NAME=$1
REPO_NAME=$2