Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed May 18, 2015
2 parents c25eb6e + 4dc132f commit 2710d8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sphinx/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@ def setup_extension(self, extension):
'version.' % (extension, err))
if ext_meta is None:
ext_meta = {}
# special-case for compatibility
if extension == 'rst2pdf.pdfbuilder':
ext_meta = {'parallel_read_safe': True}
try:
if not ext_meta.get('version'):
ext_meta['version'] = 'unknown version'
Expand Down

0 comments on commit 2710d8e

Please sign in to comment.