Skip to content

Commit 74f5f69

Browse files
authored
Merge pull request #233 from pytorch/add-note-to-readme
Add deprecation notice to README
2 parents 3c6201c + 8c499f9 commit 74f5f69

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
We want to make contributing to this project as easy and transparent as
33
possible.
44

5+
> ⚠️ **IMPORTANT**: This package (`pytorch_sphinx_theme`) is no longer actively supported. Please submit all new pull requests to the [`pytorch_sphinx_theme2`](https://github.com/pytorch/pytorch_sphinx_theme/tree/pytorch_sphinx_theme2) branch.
6+
57
## Pull Requests
68
We actively welcome your pull requests.
79

8-
1. Fork the repo and create your branch from `master`.
10+
1. Fork the repo and create your branch from [`pytorch_sphinx_theme2`](https://github.com/pytorch/pytorch_sphinx_theme/tree/pytorch_sphinx_theme2).
911
2. If you've added code that should be tested, add tests.
1012
3. If you've changed APIs, update the documentation.
1113
4. Ensure the test suite passes.
@@ -28,4 +30,4 @@ outlined on that page and do not file a public issue.
2830

2931
## License
3032
By contributing to pytorch_sphinx_theme, you agree that your contributions will be licensed
31-
under the LICENSE file in the root directory of this source tree.
33+
under the LICENSE file in the root directory of this source tree.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PyTorch Sphinx Theme
22

3+
> ⚠️ **DEPRECATION NOTICE**: This package (`pytorch_sphinx_theme`) is no longer actively supported. We are now actively working on `pytorch_sphinx_theme2` (see the [`pytorch_sphinx_theme2`](https://github.com/pytorch/pytorch_sphinx_theme/tree/pytorch_sphinx_theme2) branch in this repo). All new contributions should be directed there. At some point, the `pytorch_sphinx_theme2` branch will be renamed to `main` and become the default branch.
4+
35
Sphinx theme for [PyTorch Docs](https://pytorch.org/docs/master/torch.html) and [PyTorch Tutorials](https://pytorch.org/tutorials) based on the [Read the Docs Sphinx Theme](https://sphinx-rtd-theme.readthedocs.io/en/latest).
46

57
## Local Development

0 commit comments

Comments
 (0)