Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f331a5

Browse filesBrowse files
martinRenoutacaswell
authored andcommitted
Use recursive glob for the content
1 parent 6d7fdc4 commit 0f331a5
Copy full SHA for 0f331a5

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def js_tag_with_cache_busting(js):
619619
# jupyterlite config
620620
jupyterlite_config = "jupyter_lite_config.json"
621621
jupyterlite_dir = "."
622-
jupyterlite_contents = ["gallery"]
622+
jupyterlite_contents = ["gallery/**"]
623623
jupyterlite_bind_ipynb_suffix = False
624624

625625
# numpydoc config

‎environment.yml

Copy file name to clipboardExpand all lines: environment.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- mpl-sphinx-theme
4343
- sphinxcontrib-svg2pdfconverter
4444
- pikepdf
45-
- jupyterlite-sphinx>=0.7.0
45+
- jupyterlite-sphinx>=0.7.1
4646
- jupyterlite-xeus-python>=0.5.3
4747
# testing
4848
- coverage

‎requirements/doc/doc-requirements.txt

Copy file name to clipboardExpand all lines: requirements/doc/doc-requirements.txt
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.