Skip to content

Commit

Permalink
verify docs and their links before packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Nov 29, 2023
1 parent 82ae726 commit 1750538
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ conda deactivate
conda activate ox
mamba update conda-smithy --yes --no-banner

# test the docs build and validate that all their links are live
rm -rf ./docs/build
make -C ./docs html
python -m sphinx -b linkcheck docs/source build/linkcheck

# get the current package version number
VERSION=$(hatch version)

Expand Down

0 comments on commit 1750538

Please sign in to comment.