Skip to content

Commit

Permalink
doc: add nb_interactivity_warning extension (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Oct 16, 2024
1 parent aaa09a8 commit 359ecc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
extensions += [ # noqa
'nbsite.gallery',
'nbsite.analytics',
'nbsite.nb_interactivity_warning',
'sphinx_copybutton',
'sphinxext.rediraffe',
]
Expand Down Expand Up @@ -114,7 +115,7 @@
'user_guide/Streaming.ipynb',
]
# cell execution timeout in seconds (-1 to ignore, 30 by default)
nb_execution_timeout = 120
nb_execution_timeout = 240

if os.getenv('HVPLOT_REFERENCE_GALLERY') not in ('False', 'false', '0'):
rediraffe_redirects.update(
Expand Down
2 changes: 1 addition & 1 deletion envs/py3.11-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- ipywidgets
- jinja2
- matplotlib
- nbsite>=0.8.4
- nbsite>=0.8.6
- networkx>=2.6.3
- notebook>=5.4
- numba>=0.51.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ examples-tests = [
# Additional packages required to build the docs
doc = [
"hvplot[examples]",
"nbsite >=0.8.4",
"nbsite >=0.8.6",
"sphinxext-rediraffe",
]
# Trick to let pip know we want to install dev dependencies
Expand Down

0 comments on commit 359ecc1

Please sign in to comment.