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 390c1cd commit ca82a4bCopy full SHA for ca82a4b
docs/conf.py
@@ -45,6 +45,7 @@
45
'sphinx.ext.napoleon',
46
'sphinx.ext.imgconverter',
47
'IPython.sphinxext.ipython_console_highlighting',
48
+ 'sphinx_copybutton',
49
]
50
51
# Add any paths that contain templates here, relative to this directory.
docs/doc_requirements.txt
@@ -2,3 +2,4 @@ sphinx == 4.3.2 # For sphinx documentation
2
sphinx_rtd_theme == 1.0.0
3
IPython == 8.10.0 # For sphinx documentation
4
sphinxcontrib-napoleon == 0.7 # For auto doc
5
+sphinx-copybutton
0 commit comments