Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
14 stars 29 forks source link

Furo: code block styling #519

Open coruscating opened 1 year ago

coruscating commented 1 year ago

The Experiments docs styles code block directives with a white background and turns things in quotes pink, which looks vaguely like something has gone wrong:

image

I tried .. code-block:: and .. code-block:: shell, both looked the same.

Provider also has the white background issue:

image

Whereas the example docs look correct with the gray background and green quotes:

image