Skip to content

Commit 2283249

Browse files
committed
Use recursive glob for the content
1 parent f2ee6c9 commit 2283249

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf,
564564
# jupyterlite config
565565
jupyterlite_config = "jupyter_lite_config.json"
566566
jupyterlite_dir = "."
567-
jupyterlite_contents = ["gallery"]
567+
jupyterlite_contents = ["gallery/**"]
568568
jupyterlite_bind_ipynb_suffix = False
569569

570570
# numpydoc config

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- mpl-sphinx-theme
4040
- sphinxcontrib-svg2pdfconverter
4141
- pikepdf
42-
- jupyterlite-sphinx>=0.7.0
42+
- jupyterlite-sphinx>=0.7.1
4343
- jupyterlite-xeus-python>=0.5.3
4444
# testing
4545
- coverage

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ sphinxcontrib-svg2pdfconverter>=1.1.0
1919
sphinx-gallery>=0.10
2020
sphinx-copybutton
2121
sphinx-design
22-
jupyterlite-sphinx>=0.7.0
22+
jupyterlite-sphinx>=0.7.1
2323
jupyterlite-xeus-python>=0.5.3

0 commit comments

Comments
 (0)