Skip to content

Commit b75f961

Browse files
authored
Remove another umbrella-package vestige from docs build. (googleapis#6283)
1 parent d144a00 commit b75f961

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

test_utils/scripts/get_version.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

test_utils/scripts/update_docs.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ else
6868
SPHINX_RELEASE=$(git log -1 --pretty=%h) build_docs
6969
fi
7070

71-
# Get the current version.
72-
# This is only likely to work from within nox, because the google-cloud
73-
# package must be installed.
74-
CURRENT_VERSION=$(python ${DIR}/get_version.py)
75-
7671
# Update gh-pages with the created docs.
7772
cd ${GH_PAGES_DIR}
7873
git rm -fr latest/

0 commit comments

Comments
 (0)