holoviz-dev / nbsite

Build a tested, sphinx-based website from notebooks
https://nbsite.pyviz.org
BSD 3-Clause "New" or "Revised" License
28 stars 14 forks source link

Allow to customize the git ref of a notebook link #216

Closed maximlt closed 2 years ago

maximlt commented 2 years ago

Until now it was hard-coded to master, leading users to download a notebook potentially different than the notebook/page they're reading.

EDIT: this applies only to the gallery

maximlt commented 2 years ago

Related to https://github.com/holoviz/panel/issues/3082