Code block use default Sphinx color scheme #862
|
I've noticed that for some time furo stopped rendering code block correctly and now it uses sphinx default color scheme. My live documentation, switch versions to see: https://robocop.readthedocs.io/en/latest/rules_list.html It's the same for other pages using furo theme, for example black: Furo documentation page renders it correctly. Example code blocks I've used: .. code:: :: .. highlight:: robotframework I'm currently using: Python 3.9 |
Replies: 2 comments 1 reply
|
I've checked past versions and it stopped working after introducing pygments to my project. Is there a way to use pygment and furo together? For example overwrite background color. I have tried to overwrite |
|
You likely have a setting in conf.py setting the |


You likely have a setting in conf.py setting the
pygments_style.