I have a readthedocs sphinx documentation which uses nbsphinx to display jupyter notebooks. When I build the documentation locally with autobuild, I have syntax highlighting in the code cells in the jupyter notebook. But on readthedocs, the code cells don't have any syntax highlighting.
Is there something I have to activate to get syntax highlighting in these cells?