Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Aug 2, 2015
1 parent 44b6049 commit f538187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):

def parse(self, inputstring, document):
self.parser.parse(inputstring, document)
transform.AutoStructify.url_resolver = [resolve_url]
transform.AutoStructify.setup_url_resolver(resolve_url)
for trans in self.get_transforms():
transform.AutoStructify(document).apply()

Expand Down

0 comments on commit f538187

Please sign in to comment.