diff options
| author | DasIch <dasdasich@gmail.com> | 2010-10-10 20:00:12 +0200 |
|---|---|---|
| committer | DasIch <dasdasich@gmail.com> | 2010-10-10 20:00:12 +0200 |
| commit | ee61eb64ed011c892c781e23af789d50df8c17d2 (patch) | |
| tree | 4f34080e2dac3a38f4c86369557ca60149fc7d10 /doc | |
| parent | 732d4a2785d053f7c1b472ed1b89dc9947b70366 (diff) | |
| download | sphinx-ee61eb64ed011c892c781e23af789d50df8c17d2.tar.gz | |
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/extensions.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/extensions.rst b/doc/extensions.rst index 49224774..5d083f13 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 <http://groups.google.com/group/sphinx-dev>`_) -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 <http://groups.google.com/group/sphinx-dev>`_). .. _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? |
