From 375fb52fe402d46d633e321ce8f20c1aa61c49b9 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 3 Jun 2020 22:43:23 +0100 Subject: [PATCH] docs: Add information about Sphinx trove classifiers Signed-off-by: Stephen Finucane --- doc/usage/extensions/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/usage/extensions/index.rst b/doc/usage/extensions/index.rst index b799761e0..3d076fb3a 100644 --- a/doc/usage/extensions/index.rst +++ b/doc/usage/extensions/index.rst @@ -45,11 +45,15 @@ 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 comprehensive list. +The `awesome-sphinxdoc`__ project contains a curated list 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://pypi.org/classifiers/ Where to put your own extensions? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~