Index: highlighting.py =================================================================== --- highlighting.py (revision 61125) +++ highlighting.py (working copy) @@ -66,10 +66,10 @@ class PygmentsBridge(object): - def __init__(self, dest='html', stylename='sphinx'): + def __init__(self, dest='html', stylename='sphinx'): + self.dest = dest if not pygments: return - self.dest = dest if stylename == 'sphinx': style = SphinxStyle else: