qiskit_sphinx_theme
qiskit_sphinx_theme copied to clipboard
Github links
As a user I want a clear way to navigate from documentation of project to repository. Like github button or anchor or sticker.
Sphinx alabaster theme is doing something like this
when configuration is set
html_theme_options = {
"github_user": "qiskit-community",
"github_repo": "amazing_repo",
"github_button": True,
}
FYI you can see here for what Furo itself does. It gives a GitHub icon on the bottom right, perhaps not as visible as you want.