summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-20 19:57:13 +0100
committerGeorg Brandl <georg@python.org>2010-02-20 19:57:13 +0100
commitcdb65275eef02c7c3d248fa1316ddf8db1d43d0a (patch)
treec2c4f6245c94e595877281143e15d3e0e99e78e5 /doc
parentfe1da9ed36f90eabd9f384b37a0eee4af247040f (diff)
downloadsphinx-cdb65275eef02c7c3d248fa1316ddf8db1d43d0a.tar.gz
Add link to Qt help.
Diffstat (limited to 'doc')
-rw-r--r--doc/builders.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/builders.rst b/doc/builders.rst
index e72941fa..9895fabc 100644
--- a/doc/builders.rst
+++ b/doc/builders.rst
@@ -59,11 +59,13 @@ The builder's "name" must be given to the **-b** command-line option of
.. class:: QtHelpBuilder
This builder produces the same output as the standalone HTML builder, but
- also generates Qt help collection support files that allow
+ also generates `Qt help`_ collection support files that allow
the Qt collection generator to compile them.
Its name is ``qthelp``.
+ .. _Qt help: http://doc.trolltech.com/4.6/qthelp-framework.html
+
.. module:: sphinx.builders.devhelp
.. class:: DevhelpBuilder