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

AttributeError: 'tuple' object has no attribute 'format' #34

Open
rth opened this issue May 2, 2021 · 0 comments
Open

AttributeError: 'tuple' object has no attribute 'format' #34

rth opened this issue May 2, 2021 · 0 comments

Comments

@rth
Copy link

rth commented May 2, 2021

I get the following error when trying to use this package on readthedocs Sphinx 3.5.4,

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyodide/envs/latest/lib/python3.8/site-packages/sphinx/events.py", line 111, in emit
    results.append(listener.handler(self.app, *args))
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyodide/envs/latest/lib/python3.8/site-packages/versionwarning/signals.py", line 40, in generate_versionwarning_data_json
    message=message.format(
AttributeError: 'tuple' object has no attribute 'format'

Full build log: https://readthedocs.org/projects/pyodide/builds/13659330/

Maybe it's a sphinx version compatibility issue?

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

No branches or pull requests

1 participant