Skip to content

Commit

Permalink
Fix highligting issue with Sphinx 1.0 (and in 1.0.7)
Browse files Browse the repository at this point in the history
Old Sphinx versions not highlighted unparsable Python code (new one
does).
  • Loading branch information
rutsky committed Jun 28, 2013
1 parent 5a4f006 commit c6e10b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/manual/cfg-global.rst
Expand Up @@ -328,7 +328,7 @@ Prioritizing Builders
.. code-block:: python
def prioritizeBuilders(buildmaster, builders):
# ...
...
c['prioritizeBuilders'] = prioritizeBuilders
By default, buildbot will attempt to start builds on builders in order, beginning with the builder with the oldest pending request.
Expand Down

0 comments on commit c6e10b7

Please sign in to comment.