Added copy button to docs
This commit is contained in:
parent
059865f271
commit
646d8f8d12
1
.github/workflows/doc-build.yaml
vendored
1
.github/workflows/doc-build.yaml
vendored
@ -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"
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user