Expand docs make with new template (#18477)

This commit is contained in:
Jirka Borovec 2023-09-05 20:38:02 +02:00 committed by GitHub
parent 16007a6613
commit 501eb2930f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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: