Skip to content

Commit

Permalink
build: fix the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jan 15, 2025
1 parent 8a5fe26 commit ce84e84
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .kokoro/docker/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,8 @@ RUN wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
# Test pip
RUN python3.10 -m pip

# Install build requirements
COPY requirements.txt /requirements.txt
RUN python3.10 -m pip install --require-hashes -r requirements.txt

CMD ["python3.10"]
2 changes: 2 additions & 0 deletions .kokoro/docker/docs/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nox
gcp-docuploader
Loading

0 comments on commit ce84e84

Please sign in to comment.