Add copy button to bash snippets in docs

This commit is contained in:
Erik Kalkoken 2023-04-12 01:47:43 +00:00 committed by Ariel Rin
parent 8d8da50946
commit 8f60c7a00a
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ extensions = [
'recommonmark',
'sphinxcontrib_django2',
'sphinx.ext.viewcode',
'sphinx_copybutton'
]
# Add any paths that contain templates here, relative to this directory.

View File

@ -5,6 +5,7 @@ recommonmark==0.7.1
Jinja2<3.1
docutils==0.16
sphinxcontrib-django2
sphinx-copybutton
# Autodoc dependencies
celery>=5.2.0,<6.0.0