mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Enable sphinx-copybutton extension
This commit is contained in:
parent
a7021138a1
commit
10f6158a07
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -326,7 +326,7 @@ jobs:
|
|||||||
python3 -m pip install ruamel.yaml scons numpy cython 'sphinx>=5.3.0' \
|
python3 -m pip install ruamel.yaml scons numpy cython 'sphinx>=5.3.0' \
|
||||||
sphinxcontrib-matlabdomain sphinxcontrib-doxylink sphinxcontrib-bibtex \
|
sphinxcontrib-matlabdomain sphinxcontrib-doxylink sphinxcontrib-bibtex \
|
||||||
pydata-sphinx-theme==0.14.1 sphinx-argparse sphinx_design myst-nb \
|
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/sphinx-gallery/sphinx-gallery.git@master"
|
||||||
python3 -m pip install "git+https://github.com/Cantera/sphinx-tags.git@main"
|
python3 -m pip install "git+https://github.com/Cantera/sphinx-tags.git@main"
|
||||||
- name: Build Cantera
|
- name: Build Cantera
|
||||||
|
@ -48,6 +48,7 @@ extensions = [
|
|||||||
'sphinx_gallery.gen_gallery',
|
'sphinx_gallery.gen_gallery',
|
||||||
'sphinx_tags',
|
'sphinx_tags',
|
||||||
'sphinx_design',
|
'sphinx_design',
|
||||||
|
'sphinx_copybutton',
|
||||||
]
|
]
|
||||||
|
|
||||||
sphinx_gallery_conf = {
|
sphinx_gallery_conf = {
|
||||||
|
Loading…
Reference in New Issue
Block a user