Commit 8742f367 authored by Gervase Markham's avatar Gervase Markham Committed by David Lawrence

Bug 1108812: Travis docs tests are failing when using Sphinx with latest trunk/5.0 builds

r=dkl,a=dkl
parent 0b7886de
...@@ -399,8 +399,8 @@ example, if you have a bug that you plan to fix for your 3.0 release, it ...@@ -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. would be assigned the milestone of 3.0.
.. note:: Milestone options will only appear for a Product if you turned .. note:: Milestone options will only appear for a Product if you turned
on the :param:`usetargetmilestone` parameter in the "Bug Fields" tab of the on the :param:`usetargetmilestone` parameter in the "Bug Fields" tab of
:ref:`parameters` page. the :ref:`parameters` page.
To create new Milestones and set Default Milestones: To create new Milestones and set Default Milestones:
......
...@@ -495,9 +495,8 @@ LDAPserver ...@@ -495,9 +495,8 @@ LDAPserver
.. note:: In order to use SSL with LDAP, specify a URI with "ldaps://". .. note:: In order to use SSL with LDAP, specify a URI with "ldaps://".
This will force the use of SSL over port 636. This will force the use of SSL over port 636.
For example, normal LDAP For example, normal LDAP :paramval:`ldap://ldap.company.com`, LDAP over
:paramval:`ldap://ldap.company.com`, LDAP over SSL SSL :paramval:`ldaps://ldap.company.com`, or LDAP over a UNIX
:paramval:`ldaps://ldap.company.com`, or LDAP over a UNIX
domain socket :paramval:`ldapi://%2fvar%2flib%2fldap_sock`. domain socket :paramval:`ldapi://%2fvar%2flib%2fldap_sock`.
LDAPstarttls LDAPstarttls
......
...@@ -41,8 +41,7 @@ Under :guilabel:`Name`, enter ``index.cgi``. ...@@ -41,8 +41,7 @@ Under :guilabel:`Name`, enter ``index.cgi``.
All other default documents can be removed for this application. All other default documents can be removed for this application.
.. warning:: Do not delete the default document from the .. warning:: Do not delete the default document from the :guilabel:`Default Website`.
:guilabel:`Default Website`.
Add Handler Mappings Add Handler Mappings
==================== ====================
......
...@@ -172,12 +172,11 @@ Or, you can pass an individual module name: ...@@ -172,12 +172,11 @@ Or, you can pass an individual module name:
:command:`./install-module.pl <modulename>` :command:`./install-module.pl <modulename>`
.. note:: If you are using a package-based distribution, and attempting to .. note:: If you are using a package-based distribution, and attempting to
install the Perl modules from CPAN (e.g. by using install the Perl modules from CPAN (e.g. by using :file:`install-module.pl`),
:file:`install-module.pl`), you may need to install the "development" you may need to install the "development"
packages for MySQL and GD before attempting to install the related Perl packages for MySQL and GD before attempting to install the related Perl
modules. The names of these packages will vary depending on the specific modules. The names of these packages will vary depending on the specific
distribution you are using, but are often called distribution you are using, but are often called :file:`<packagename>-devel`.
:file:`<packagename>-devel`.
.. todo:: Give examples for Debian/Ubuntu and RedHat. .. todo:: Give examples for Debian/Ubuntu and RedHat.
Convert this item to a bug after checkin. Convert this item to a bug after checkin.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment