Enable sphinx-copybutton extension

This commit is contained in:
Ray Speth 2023-10-06 00:15:30 -04:00 committed by Ray Speth
parent a7021138a1
commit 10f6158a07
2 changed files with 2 additions and 1 deletions

View File

@ -326,7 +326,7 @@ jobs:
python3 -m pip install ruamel.yaml scons numpy cython 'sphinx>=5.3.0' \
sphinxcontrib-matlabdomain sphinxcontrib-doxylink sphinxcontrib-bibtex \
pydata-sphinx-theme==0.14.1 sphinx-argparse sphinx_design myst-nb \
matplotlib pandas scipy pint
sphinx-copybutton matplotlib pandas scipy pint
python3 -m pip install "git+https://github.com/sphinx-gallery/sphinx-gallery.git@master"
python3 -m pip install "git+https://github.com/Cantera/sphinx-tags.git@main"
- name: Build Cantera

View File

@ -48,6 +48,7 @@ extensions = [
'sphinx_gallery.gen_gallery',
'sphinx_tags',
'sphinx_design',
'sphinx_copybutton',
]
sphinx_gallery_conf = {