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
After upgrading to Pygments 2.17.2 the following error occurs when trying to build the docs from the data-standard repo:
Exception occurred:
File "/home/work/.local/lib/python3.9/site-packages/pygments/styles/__init__.py", line 53, in get_style_by_name
raise ClassNotFound("Could not find style class %r in style module." % cls)
pygments.util.ClassNotFound: Could not find style class 'OodsStyle' in style module.
The full traceback has been saved in /tmp/sphinx-err-6chqkzst.log, if you want to report the issue to the developers
We should investigate if the API for including custom pygments styles has changed and/or if we still need the custom style, as many new builtin styles have been added since the version upgrade that might be good enough.
The text was updated successfully, but these errors were encountered:
After upgrading to Pygments 2.17.2 the following error occurs when trying to build the docs from the data-standard repo:
We should investigate if the API for including custom pygments styles has changed and/or if we still need the custom style, as many new builtin styles have been added since the version upgrade that might be good enough.
The text was updated successfully, but these errors were encountered: