Skip to content

Commit 359ecc1

Browse files
authored
doc: add nb_interactivity_warning extension (#1444)
1 parent aaa09a8 commit 359ecc1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
extensions += [ # noqa
5959
'nbsite.gallery',
6060
'nbsite.analytics',
61+
'nbsite.nb_interactivity_warning',
6162
'sphinx_copybutton',
6263
'sphinxext.rediraffe',
6364
]
@@ -114,7 +115,7 @@
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

119120
if os.getenv('HVPLOT_REFERENCE_GALLERY') not in ('False', 'false', '0'):
120121
rediraffe_redirects.update(

envs/py3.11-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ examples-tests = [
146146
# Additional packages required to build the docs
147147
doc = [
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

0 commit comments

Comments
 (0)