Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typo in pdfbuilder's returned dict #644

Merged
merged 1 commit into from Feb 8, 2018

Conversation

CatGarab
Copy link
Contributor

@CatGarab CatGarab commented Feb 8, 2018

I ran into this error when generating a PDF through Sphinx:

Running Sphinx v1.5.6

Exception occurred:
  File "/usr/local/lib/python2.7/dist-packages/sphinx/application.py", line 512, in setup_extension
    mod = __import__(extension, None, None, ['setup'])
  File "/usr/local/lib/python2.7/dist-packages/rst2pdf/pdfbuilder.py", line 916
    'parallel_read_safe': True,
                        ^
SyntaxError: invalid syntax

It appears to be due to a typo in line 915. The change in this PR fixed the error for me.

@akrabat akrabat added this to the 0.94 milestone Feb 8, 2018
akrabat added a commit to akrabat/rst2pdf that referenced this pull request Feb 8, 2018
@akrabat akrabat merged commit 0ca909f into rst2pdf:master Feb 8, 2018
@akrabat
Copy link
Member

akrabat commented Feb 8, 2018

Thanks!

@CatGarab CatGarab deleted the patch-1 branch February 8, 2018 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants