Skip to content

Commit

Permalink
add back pip instal sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Nov 7, 2024
1 parent 22e8d1d commit 88d4f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/check_tech_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
set -eo pipefail

# Install prerequisites
sudo apt-get install python3-sphinx
sudo apt-get install python3-sphinx-rtd-theme
pip install sphinx
pip install sphinx-rtd-theme
pip install sphinxcontrib-bibtex

# Regenerate tech docs in ush and tests/WE2E based on current state of scripts in those directories.
Expand Down

0 comments on commit 88d4f0d

Please sign in to comment.