From c0fa71a547d41adc91ec958f5cd3799536dda79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuh=C3=A4user?= Date: Sun, 10 Oct 2010 20:00:12 +0200 Subject: [PATCH] Mention Sphinx Contrib in the documentation. Along with that I also removed the part about finding a place to host extensions when a message about one is send to the mailinglist, as I believe we have one for every extension with Sphinx Contrib. --- doc/extensions.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/extensions.rst b/doc/extensions.rst index 492247744..5d083f130 100644 --- a/doc/extensions.rst +++ b/doc/extensions.rst @@ -59,14 +59,19 @@ These extensions are built in and can be activated by respective entries in the Third-party extensions ---------------------- +You can find several inofficial extensions in the `Sphinx Contrib`_ +repository which is open for anyone who wants to maintain an extension +publicly. + There are several extensions that are not (yet) maintained in the Sphinx distribution. The `Wiki at BitBucket`_ maintains a list of those. -If you write an extension that you think others will find useful, please write -to the project mailing list (`join here `_) -and we'll find the proper way of including or hosting it for the public. +If you write an extension that you think others will find useful or you think +should be included as a part of Sphinx, please write to the project mailing +list (`join here `_). .. _Wiki at BitBucket: http://www.bitbucket.org/birkenfeld/sphinx/wiki/Home +.. _Sphinx Contrib: http://www.bitbucket.org/birkenfeld/sphinx-contrib Where to put your own extensions?