We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a2d7d commit 0f60e70Copy full SHA for 0f60e70
docs/conf.py
@@ -54,7 +54,8 @@
54
'enum_tools.autoenum',
55
'recommonmark',
56
'sphinx_paramlinks',
57
- 'sphinx_favicon'
+ 'sphinx_favicon',
58
+ 'sphinx_copybutton',
59
]
60
61
aiohttp.client.ClientTimeout.__module__ = 'aiohttp'
docs/requirements.txt
@@ -10,3 +10,4 @@ pydata-sphinx-theme==0.16.1
10
recommonmark
11
sphinx-paramlinks
12
sphinx_favicon
13
+sphinx-copybutton
0 commit comments