Skip to content

Commit

Permalink
Merge sa2ajj/buildbot:www-docs-minor-fix (PR #1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 26, 2014
2 parents 1bb1b80 + 21fe536 commit f6e32f3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions master/docs/manual/cfg-www.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Web Server
----------

Buildbot contains a built-in web server.
This server is configured with the :bb:cfg:`www` configuration key, which specifies a dictionary with the following keys:

.. note::

As of Buildbot 0.9.0, the built-in web server replaces the old ``WebStatus`` plugin.

Buildbot contains a built-in web server.
This server is configured with the :bb:cfg:`www` configuration key, which specifies a dictionary with the following keys:

``port``
The TCP port on which to serve requests.
Note that SSL is not supported.
Expand Down Expand Up @@ -275,8 +275,10 @@ Currently only one provider is available:
avatar_methods=[userInfoProvider,
util.AvatarGravatar()])
In order to use this module, you need to install the ``python3-ldap`` module:
.. note::
In order to use this module, you need to install the ``python3-ldap`` module:
.. code-block:: bash
.. code-block:: bash
pip install python3-ldap

0 comments on commit f6e32f3

Please sign in to comment.