Build file of Pytorch docs
Clone this project to your computer, use your browser to open the index.html
git clone https://github.com/pytorch/pytorch.git
cd pytorch/docs
pip install -r requirements.txt
make html
you can type make
to browse the formate you want to generate.