qiskit_sphinx_theme icon indicating copy to clipboard operation
qiskit_sphinx_theme copied to clipboard

Github links

Open IceKhan13 opened this issue 2 years ago • 1 comments

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 Screenshot 2023-10-03 at 3 50 55 PM

when configuration is set

html_theme_options = {
    "github_user": "qiskit-community",
    "github_repo": "amazing_repo",
    "github_button": True,
}

IceKhan13 avatar Oct 03 '23 19:10 IceKhan13

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.

kevinsung avatar May 12 '24 22:05 kevinsung