You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
I get the following error when trying to use this package on readthedocs Sphinx 3.5.4,
Full build log: https://readthedocs.org/projects/pyodide/builds/13659330/
Maybe it's a sphinx version compatibility issue?
The text was updated successfully, but these errors were encountered: