mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-12 21:38:22 -05:00
Add copy button in the documentation code snippets (#840)
This commit is contained in:
@@ -45,6 +45,7 @@ extensions = [
|
||||
'sphinx.ext.napoleon',
|
||||
'sphinx.ext.imgconverter',
|
||||
'IPython.sphinxext.ipython_console_highlighting',
|
||||
'sphinx_copybutton',
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
||||
@@ -2,3 +2,4 @@ sphinx == 4.3.2 # For sphinx documentation
|
||||
sphinx_rtd_theme == 1.0.0
|
||||
IPython == 8.10.0 # For sphinx documentation
|
||||
sphinxcontrib-napoleon == 0.7 # For auto doc
|
||||
sphinx-copybutton
|
||||
|
||||
Reference in New Issue
Block a user