diff options
author | Benjamin Balder Bach <benjaoming@gmail.com> | 2023-03-23 08:33:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 08:33:16 +0100 |
commit | eda388a506e4c591d18af533bc1ef6369a00090b (patch) | |
tree | 878f13a5929c70f238d6c70598f6837709ddb12a | |
parent | 036b69b9bb75a8294fd54c2e6f00f4106d5c450b (diff) | |
download | sphinx-git-eda388a506e4c591d18af533bc1ef6369a00090b.tar.gz |
Docs: Add a link to sphinx-extensions (#11260)
-rw-r--r-- | doc/usage/extensions/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/usage/extensions/index.rst b/doc/usage/extensions/index.rst index e81c805d6..929f2b604 100644 --- a/doc/usage/extensions/index.rst +++ b/doc/usage/extensions/index.rst @@ -50,14 +50,16 @@ You can find several extensions contributed by users in the `sphinx-contrib`__ organization. If you wish to include your extension in this organization, simply follow the instructions provided in the `github-administration`__ project. This is optional and there are several extensions hosted elsewhere. -The `awesome-sphinxdoc`__ project contains a curated list of Sphinx packages, -and many packages use the `Framework :: Sphinx :: Extension`__ and +The `awesome-sphinxdoc`__ and `sphinx-extensions`__ projects are both curated +lists of Sphinx packages, and many packages use the +`Framework :: Sphinx :: Extension`__ and `Framework :: Sphinx :: Theme`__ trove classifiers for Sphinx extensions and themes, respectively. .. __: https://github.com/sphinx-contrib/ .. __: https://github.com/sphinx-contrib/github-administration .. __: https://github.com/yoloseem/awesome-sphinxdoc +.. __: https://sphinx-extensions.readthedocs.io/en/latest/ .. __: https://pypi.org/search/?c=Framework+%3A%3A+Sphinx+%3A%3A+Extension .. __: https://pypi.org/search/?c=Framework+%3A%3A+Sphinx+%3A%3A+Theme |