Skip to content

Commit

Permalink
Revert htmlproofer local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
01binary committed Mar 10, 2024
1 parent d829dd8 commit eba7392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htmlproofer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export REPOSITORY_NAME=${PWD##*/}
echo "Testing branch ${GITHUB_BASE_REF:-$GITHUB_HEAD_REF} of $REPOSITORY_NAME"

# Install htmlpoofer
gem install html-proofer -v 3.19.4
sudo gem update --system --no-document
gem --version
sudo gem install html-proofer -v 3.19.4 # newer 4.x requires different cmdline options
# Install ROS's version of sphinx
sudo apt-get -qq install "ros-$ROS_DISTRO-rosdoc-lite"
source "/opt/ros/$ROS_DISTRO/setup.bash"

# Test build with non-ROS wrapped Sphinx command to allow warnings and errors to be caught
sphinx-build -W -b html . native_build
Expand Down

0 comments on commit eba7392

Please sign in to comment.