Skip to content

Commit

Permalink
Add sphinx copybutton extension to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fraya committed May 20, 2024
1 parent b62db40 commit 8ec7ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
'sphinx.ext.graphviz'
'sphinx.ext.graphviz',
'sphinx_copybutton'
]

templates_path = ['_templates']
Expand Down

0 comments on commit 8ec7ee6

Please sign in to comment.