]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1108812: Travis docs tests are failing when using Sphinx with latest trunk/5...
authorGervase Markham <gerv@mozilla.org>
Tue, 9 Dec 2014 23:13:07 +0000 (23:13 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 9 Dec 2014 23:13:07 +0000 (23:13 +0000)
r=dkl,a=dkl

docs/en/rst/administering/categorization.rst
docs/en/rst/administering/parameters.rst
docs/en/rst/installing/iis.rst
docs/en/rst/installing/linux.rst

index 8e0242980f04b5b0046149dd1e74ae3cc44dd60f..383b9341def32e9ae79f2dd16ba2dfd6732b7b01 100644 (file)
@@ -399,8 +399,8 @@ example, if you have a bug that you plan to fix for your 3.0 release, it
 would be assigned the milestone of 3.0.
 
 .. note:: Milestone options will only appear for a Product if you turned
-   on the :param:`usetargetmilestone` parameter in the "Bug Fields" tab of the
-   :ref:`parameters` page.
+   on the :param:`usetargetmilestone` parameter in the "Bug Fields" tab of
+   the :ref:`parameters` page.
 
 To create new Milestones and set Default Milestones:
 
index 6be8831dcf82335dc4aa409359be2de0172fc705..1a09990938bc738781bb6f098967c07bfb5bfc1e 100644 (file)
@@ -492,9 +492,8 @@ LDAPserver
 
     .. note:: In order to use SSL with LDAP, specify a URI with "ldaps://".
        This will force the use of SSL over port 636.
-       For example, normal LDAP
-       :paramval:`ldap://ldap.company.com`, LDAP over SSL
-       :paramval:`ldaps://ldap.company.com`, or LDAP over a UNIX
+       For example, normal LDAP :paramval:`ldap://ldap.company.com`, LDAP over
+       SSL :paramval:`ldaps://ldap.company.com`, or LDAP over a UNIX
        domain socket :paramval:`ldapi://%2fvar%2flib%2fldap_sock`.
 
 LDAPstarttls
index d65aef9de9708dbc566b85bd0577bf60fc52e626..2ae975694b3719b0e1943eb6e03a0eb245316046 100644 (file)
@@ -41,8 +41,7 @@ Under :guilabel:`Name`, enter ``index.cgi``.
 
 All other default documents can be removed for this application.
 
-.. warning:: Do not delete the default document from the
-   :guilabel:`Default Website`.
+.. warning:: Do not delete the default document from the :guilabel:`Default Website`.
 
 Add Handler Mappings
 ====================
index f1c69410eb4c569479cd65051fe0f6a0b081c58f..b17998b53d8b87319c69e08f0efba6fdf1c86b7d 100644 (file)
@@ -172,12 +172,11 @@ Or, you can pass an individual module name:
 :command:`./install-module.pl <modulename>`
 
 .. note:: If you are using a package-based distribution, and attempting to
-   install the Perl modules from CPAN (e.g. by using
-   :file:`install-module.pl`), you may need to install the "development"
+   install the Perl modules from CPAN (e.g. by using :file:`install-module.pl`),
+   you may need to install the "development"
    packages for MySQL and GD before attempting to install the related Perl
    modules. The names of these packages will vary depending on the specific
-   distribution you are using, but are often called
-   :file:`<packagename>-devel`.
+   distribution you are using, but are often called :file:`<packagename>-devel`.
 
 .. _linux-config-webserver: