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
Currently, RTD uses pygments==2.0.2. Not sure, but I think that upgrading it to 2.2.0 won't be a big deal. Anyway, in the meanwhile, you could use that particular version in your requirements.txt file for read the docs.
Change Requested
The use of
Pygments==2.2.0
(or newer, potentially) to highlight code.Background
As part of a syntax highlighting problem noted on Haskell-Servant, @teh pushed a PR for Pygments that was merged a while ago.
I've submitted a Pygments dependency bump in the Servant codebase which works locally, but as we use https://readthedocs.org for actually hosting, it won't help solve the real problem unless Pygments is upgraded here too...
The text was updated successfully, but these errors were encountered: