Expand docs make with new template (#18477)
This commit is contained in:
parent
16007a6613
commit
501eb2930f
4
Makefile
4
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:
|
||||
|
|
Loading…
Reference in New Issue