File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5858extensions += [ # noqa
5959 'nbsite.gallery' ,
6060 'nbsite.analytics' ,
61+ 'nbsite.nb_interactivity_warning' ,
6162 'sphinx_copybutton' ,
6263 'sphinxext.rediraffe' ,
6364]
114115 'user_guide/Streaming.ipynb' ,
115116]
116117# cell execution timeout in seconds (-1 to ignore, 30 by default)
117- nb_execution_timeout = 120
118+ nb_execution_timeout = 240
118119
119120if os .getenv ('HVPLOT_REFERENCE_GALLERY' ) not in ('False' , 'false' , '0' ):
120121 rediraffe_redirects .update (
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies:
3636 - ipywidgets
3737 - jinja2
3838 - matplotlib
39- - nbsite>=0.8.4
39+ - nbsite>=0.8.6
4040 - networkx>=2.6.3
4141 - notebook>=5.4
4242 - numba>=0.51.0
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ examples-tests = [
146146# Additional packages required to build the docs
147147doc = [
148148 " hvplot[examples]" ,
149- " nbsite >=0.8.4 " ,
149+ " nbsite >=0.8.6 " ,
150150 " sphinxext-rediraffe" ,
151151]
152152# Trick to let pip know we want to install dev dependencies
You can’t perform that action at this time.
0 commit comments