Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ extensions = [
]
```

In your `requirements.txt` file, add `sphinx-copybutton==x.x.x` to your list, where x.x.x is the latest release version.
E.g.:

```
...
sphinx-copybutton==0.5.2
...
```

When you build your site, your code blocks should now have little copy buttons to their
right. Clicking the button will copy the code inside!

Expand Down