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

Custom pygments style #85

Open
rhiaro opened this issue Jan 15, 2024 · 0 comments
Open

Custom pygments style #85

rhiaro opened this issue Jan 15, 2024 · 0 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@rhiaro
Copy link
Collaborator

rhiaro commented Jan 15, 2024

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.

@rhiaro rhiaro added bug Something isn't working dependencies Pull requests that update a dependency file labels Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant