From cc8abb25a5d0fdf8ef8ad033572bb214d5f4822f Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Tue, 10 Sep 2024 17:58:27 +0200 Subject: [PATCH] Bump nbsite version --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 84f9251a04..32499dd205 100644 --- a/pixi.toml +++ b/pixi.toml @@ -184,7 +184,7 @@ lxml = "*" selenium = "*" [feature.doc.pypi-dependencies] -nbsite = {git = "https://github.com/holoviz-dev/nbsite.git", "rev" = "34bfcc9ff67630e407398171fd69f6cc0e694f32"} +nbsite = {git = "https://github.com/holoviz-dev/nbsite.git", "rev" = "aeb260d370c420fc6399aaf0c7ae708db53e4ee7"} [feature.doc.tasks] _docs-refmanual = 'python ./doc/generate_modules.py panel -d ./doc/api -n panel -e tests'