Hi,
For the code documentation generated via Doxygen the pygments_style inside the conf.py has no effect.
It does work for hand written codeblocks in my rst-files byt not for anything coming from the doxygen-xml.
In my conf.py:
pygments_style = 'friendly'
pygments_dark_style = 'monokai'
highlight_language = 'cpp'
Pygments has the lexer and the themes installed.
Is this a known issue? Couldn't find anything in the existing issues.
Thanks and cheers, Michael.