Skip to content

Commit

Permalink
docs: Consolidate docs tooling requirements (envoyproxy#16956)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jun 18, 2021
1 parent 2f220c9 commit 6246f6b
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 268 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ updates:
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/tools/docs"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rm -rf "${GENERATED_RST_DIR}"
mkdir -p "${GENERATED_RST_DIR}"

source_venv "$BUILD_DIR"
pip3 install --require-hashes -r "${SCRIPT_DIR}"/requirements.txt
pip3 install --require-hashes -r "${SCRIPT_DIR}"/../tools/docs/requirements.txt

# Clean up any stale files in the API tree output. Bazel remembers valid cached
# files still.
Expand Down
261 changes: 0 additions & 261 deletions docs/requirements.txt

This file was deleted.

Loading

0 comments on commit 6246f6b

Please sign in to comment.