summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2021-01-07 00:41:19 -0600
committerGitHub <noreply@github.com>2021-01-07 00:41:19 -0600
commitd6c8d570667a86d94f8c485f89a0a559ef94f121 (patch)
tree4d4e96ae22617a56150454d6cc9189903bae5369 /setup.py
parent9bf46c9a8f2fe656ba47165a069ccbeaf589bcf1 (diff)
parent2ca12d8a7b317120f4d2f9c7b60308f281e78357 (diff)
downloadpyramid-d6c8d570667a86d94f8c485f89a0a559ef94f121.tar.gz
pyramid-d6c8d570667a86d94f8c485f89a0a559ef94f121.tar.bz2
pyramid-d6c8d570667a86d94f8c485f89a0a559ef94f121.zip
Merge pull request #3644 from stevepiercy/master
Add sphinx-copybutton to docs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d4fb3e336..04b78cbeb 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ docs_extras = [
'pylons-sphinx-themes >= 1.0.8', # Ethical Ads
'pylons_sphinx_latesturl',
'repoze.sphinx.autointerface',
+ 'sphinx-copybutton',
'sphinxcontrib-autoprogram',
]