mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/58056 This PR addresses an action item in #3428: disabling search engine indexing of master documentation. This is desireable because we want to direct users to our stable documentation (instead of master documentation) because they are more likely to have a stable version of PyTorch installed. Test Plan: 1. run `make html`, check that the noindex tags are there 2. run `make html-stable, check that the noindex tags aren't there Reviewed By: bdhirsh Differential Revision: D28490504 Pulled By: zou3519 fbshipit-source-id: 695c944c4962b2bd484dd7a5e298914a37abe787 |
||
|---|---|---|
| .. | ||
| caffe2 | ||
| cpp | ||
| source | ||
| .gitignore | ||
| libtorch.rst | ||
| make.bat | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
Please see the Writing documentation section of CONTRIBUTING.md for details on both writing and building the docs.