From 501eb2930f68695e0fbe42d97cf4a3f84295e8e9 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:38:02 +0200 Subject: [PATCH] Expand docs make with new template (#18477) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7aa6ea48b4..0901225f80 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,9 @@ test: clean python -m coverage report docs: clean - pip install -e . --quiet -r requirements/pytorch/docs.txt + pip install -q awscli + aws s3 sync --no-sign-request s3://sphinx-packages/ dist/ + pip install -e . --quiet -r requirements/pytorch/docs.txt -f dist/ cd docs/source-pytorch && $(MAKE) html --jobs $(nproc) update: