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.
2 parents 8009938 + cf40654 commit d2472b0Copy full SHA for d2472b0
python-scripts/conf.py
@@ -36,7 +36,8 @@
36
'sphinx.ext.mathjax',
37
'sphinx.ext.ifconfig',
38
'sphinx_rtd_theme',
39
- 'sphinx_tabs.tabs'
+ 'sphinx_tabs.tabs',
40
+ 'sphinx_copybutton'
41
]
42
43
# Add any paths that contain templates here, relative to this directory.
requirements.txt
@@ -12,6 +12,7 @@ Pygments==2.11.2
12
requests==2.31.0
13
snowballstemmer==2.2.0
14
Sphinx==4.3.2
15
+sphinx-copybutton==0.5.2
16
sphinx-tabs==3.4.5
17
sphinx-rtd-theme==1.0.0
18
sphinxcontrib-applehelp==1.0.2
0 commit comments