pytorch
0449cf0c - Re-introduce the functorch docs build (#85838)

Commit
3 years ago
Re-introduce the functorch docs build (#85838) We deleted it when merging functorch into pytorch. This PR makes a new functorch docs build. The docs are relatively simple: - cd into `functorch/docs` and run `make html` to build the docs. - docs should get pushed to the pytorch/functorch repo's gh-pages branch. The long term plan is: - one day, the functorch APIs will just be torch.* APIs, at which point we can fold all of the functorch docs into the regular PyTorch docs - When that happens, the functorch examples and tutorials (that are on the functorch docs site) can be moved to the pytorch examples and pytorch tutorials. Test Plan: - check docs preview - watch this PR after it goes in Pull Request resolved: https://github.com/pytorch/pytorch/pull/85838 Approved by: https://github.com/malfet
Author
Committer
Parents
Loading