diff --git a/README.md b/README.md index 61e6ba2..714e5e2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A small sphinx extension to add a "copy" button to code blocks. See [the sphinx-copybutton documentation](https://sphinx-copybutton.readthedocs.io/en/latest/) for more details! -![](docs/_static/copybutton.gif) +![Copy Button Demo](https://user-images.githubusercontent.com/1839645/150200219-73663c59-08fd-4185-b157-62f3769c02ac.gif) ## Installation diff --git a/docs/_static/copybutton.gif b/docs/_static/copybutton.gif deleted file mode 100644 index 0409137..0000000 Binary files a/docs/_static/copybutton.gif and /dev/null differ diff --git a/docs/index.rst b/docs/index.rst index 2724e3c..acb5b5e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,7 +21,9 @@ excellent (and also lightweight) Javascript library **Here's an example** -.. image:: _static/copybutton.gif +.. This is stored in this issue: https://github.com/executablebooks/sphinx-copybutton/issues/157 +.. image:: https://user-images.githubusercontent.com/1839645/150200219-73663c59-08fd-4185-b157-62f3769c02ac.gif + :alt: Copy Button Demo :width: 500px And here's a code block, note the copy button to the right!