summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/optional-post-install-config.rst
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-27 14:22:04 +0100
committerGervase Markham <gerv@gerv.net>2014-12-27 14:22:04 +0100
commitfc6271c7fa4e915319462f9d27a52061ed609739 (patch)
treec4817cfb6e3d293971159ecb3faf05118cba3420 /docs/en/rst/installing/optional-post-install-config.rst
parent70f2874e3212600ea43a4ea264e3dc67751a1775 (diff)
downloadbugzilla-fc6271c7fa4e915319462f9d27a52061ed609739.tar.gz
bugzilla-fc6271c7fa4e915319462f9d27a52061ed609739.tar.xz
Bug 1112643 - Document how to compile documentation. r,a=glob.
Diffstat (limited to 'docs/en/rst/installing/optional-post-install-config.rst')
-rw-r--r--docs/en/rst/installing/optional-post-install-config.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/en/rst/installing/optional-post-install-config.rst b/docs/en/rst/installing/optional-post-install-config.rst
index f79918d2a..91d5245d1 100644
--- a/docs/en/rst/installing/optional-post-install-config.rst
+++ b/docs/en/rst/installing/optional-post-install-config.rst
@@ -131,3 +131,24 @@ Download and install Graphviz from
the complete path to :file:`dot.exe` in the :param:`webdotbase` parameter,
using forward slashes as path separators. E.g.
:paramval:`C:/Program Files/ATT/Graphviz/bin/dot.exe`.
+
+Documentation
+=============
+
+Bugzilla has extensive documentation and help, written in
+`reStructured Text <http://sphinx-doc.org/rest.html>`_
+format. A generic compiled copy exists on
+`bugzilla.readthedocs.org <https://bugzilla.readthedocs.org/>`_, and
+:guilabel:`Help` links point to it by default. If you want to build and use a
+local copy of the documentation, perhaps because you have added Bugzilla
+extensions which come with documentation, or because your users don't have
+Internet access from their machines, then:
+
+* Install `Sphinx <http://sphinx-doc.org/>`_
+ (:file:`python-sphinx` package on Debian/Ubuntu)
+
+Then run :command:`docs/makedocs.pl` in your Bugzilla directory.
+
+Bugzilla will automatically detect that you've compiled the documentation
+and link to it in preference to the copy on the Internet. Don't forget to
+recompile it when you upgrade Bugzilla or install new extensions.