diff options
author | Georg Brandl <georg@python.org> | 2013-01-14 00:07:19 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-14 00:07:19 +0100 |
commit | 2b06c656c1a1fc7a5510f51a3d4db1346263f62c (patch) | |
tree | 2208a75bffe703aab5c04bd66ef4d6c83592f9e6 | |
parent | 0701c850d2bbe85d6bfece83c0bbc6a36a94b586 (diff) | |
download | sphinx-git-2b06c656c1a1fc7a5510f51a3d4db1346263f62c.tar.gz |
faq: add sphinx-contrib
-rw-r--r-- | doc/faq.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index c0b846bae..1d9487377 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -39,6 +39,10 @@ How do I... ... create HTML slides from Sphinx documents? See the "Hieroglyph" package at http://github.com/nyergler/hieroglyph. +For many more extensions and other contributed stuff, see the sphinx-contrib_ +repository. + +.. _sphinx-contrib: https://bitbucket.org/birkenfeld/sphinx-contrib/ .. _usingwith: |