Skip to content

Commit 0f60e70

Browse files
committed
build(docs): add copy code button sphinx extension
1 parent a6a2d7d commit 0f60e70

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
'enum_tools.autoenum',
5555
'recommonmark',
5656
'sphinx_paramlinks',
57-
'sphinx_favicon'
57+
'sphinx_favicon',
58+
'sphinx_copybutton',
5859
]
5960

6061
aiohttp.client.ClientTimeout.__module__ = 'aiohttp'

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pydata-sphinx-theme==0.16.1
1010
recommonmark
1111
sphinx-paramlinks
1212
sphinx_favicon
13+
sphinx-copybutton

0 commit comments

Comments
 (0)