Added copy button to docs

This commit is contained in:
Magnus Persson 2022-08-21 18:39:46 +02:00
parent 059865f271
commit 646d8f8d12
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
pip install docutils==0.16
pip install pygments==2.11.1
pip install furo==2022.1.2
pip install sphinx-copybutton
pip list
build-command: "sphinx-build -b html ./source ../docs"

View File

@ -31,6 +31,7 @@ release = '1.1.0'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_copybutton'
]
# Add any paths that contain templates here, relative to this directory.