Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include
_static/images/logo.png
so projects can use it instead of c…
…opying `no_image.png` (#318) Part of #262. 14 projects are copying around the same `no_image.png` file. It's helpful so that you can set `nbsphinx_thumbnails` to point to it. This PR adds the file to `qiskit_sphinx_theme` so that they can instead use the standard file if they want. They don't have to switch to this file. And repos can also still override `images/logo.png` how they want, e.g. that Metal has it be a Metal specific logo currently. Their override will take precedence. -- Note that we already distribute `static/images/logo.svg`. But `nbsphinx_thumbnails` doesn't work with an SVG. -- This PR also removes `gallery.css` from the example docs. We don't use `sphinx-gallery`, so this was a bad copy and paste.
- Loading branch information