Skip to content

Commit 9259431

Browse files
authored
Do not regenerate gallery on Readthedocs (#2274)
This should get rid of some of the current failures. -- This also adds the files to the repo (they were prviously ignored).
1 parent c6193c5 commit 9259431

17 files changed

+4
-16
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ bun.lockb
116116

117117
# THEME FILES
118118
# files from the gallery screenshots
119-
docs/_static/gallery
119+
# Sep 2025: we do not ignore those as running the generation script crashes RTD for now
120+
# docs/_static/gallery
120121

121122
# Our site profile tests
122123
profile.svg

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build:
1919
post_install:
2020
- pip install playwright
2121
- playwright install chromium
22-
- python ./docs/scripts/generate_gallery_images.py
22+
# - python ./docs/scripts/generate_gallery_images.py
2323

2424
sphinx:
2525
configuration: docs/conf.py

docs/_static/gallery/arviz.png

137 KB
Loading

docs/_static/gallery/bokeh.png

148 KB
Loading

docs/_static/gallery/brightway.png

150 KB
Loading

docs/_static/gallery/jupyter.png

172 KB
Loading
147 KB
Loading
107 KB
Loading
306 KB
Loading

docs/_static/gallery/networkx.png

126 KB
Loading

0 commit comments

Comments
 (0)