Merge branch 'add-docs-copy-button' into 'master'

Add copy button to  bash snippets in docs

See merge request allianceauth/allianceauth!1493
This commit is contained in:
Ariel Rin 2023-04-12 01:47:43 +00:00
commit 7170f75b89
2 changed files with 2 additions and 0 deletions

View File

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

View File

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