diff options
| author | Michael Merickel <michael@merickel.org> | 2021-01-07 00:41:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-07 00:41:19 -0600 |
| commit | d6c8d570667a86d94f8c485f89a0a559ef94f121 (patch) | |
| tree | 4d4e96ae22617a56150454d6cc9189903bae5369 /docs | |
| parent | 9bf46c9a8f2fe656ba47165a069ccbeaf589bcf1 (diff) | |
| parent | 2ca12d8a7b317120f4d2f9c7b60308f281e78357 (diff) | |
| download | pyramid-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 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 613f38dca..a03c61ec7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,6 +56,7 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode', 'sphinxcontrib.autoprogram', + 'sphinx_copybutton', # enable pylons_sphinx_latesturl when this branch is no longer "latest" # 'pylons_sphinx_latesturl', ] |
