Skip to content

Commit

Permalink
Disable gallery thumbnail auto-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 9, 2024
1 parent 0b2f2c2 commit d32f40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,13 @@
'PanelCallbackHandler': 'LangChain CallbackHandler',
},
'as_pyodide': True,
'normalize_titles': False
'normalize_titles': False,
}
},
'thumbnail_url': 'https://assets.holoviz.org/panel/thumbnails',
'deployment_url': gallery_url,
'jupyterlite_url': jlite_url,
'only_use_existing': True,
}

if panel.__version__ != version and (PANEL_ROOT / 'dist' / 'wheels').is_dir():
Expand Down

0 comments on commit d32f40a

Please sign in to comment.