Skip to content

Commit

Permalink
Fix the docs build (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Sep 27, 2024
1 parent 942b14e commit b36e3a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
nb_execution_excludepatterns = [
'user_guide/Streaming.ipynb',
]
# cell execution timeout in seconds (-1 to ignore, 30 by default)
nb_execution_timeout = 120

if os.getenv('HVPLOT_REFERENCE_GALLERY') not in ('False', 'false', '0'):
rediraffe_redirects.update(
Expand Down
2 changes: 0 additions & 2 deletions envs/py3.11-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
name: hvplotdocs
channels:
- nodefaults
- pyviz/label/dev
- conda-forge
dependencies:
- python=3.11
Expand All @@ -35,7 +34,6 @@ dependencies:
- ipywidgets
- jinja2
- matplotlib
- nbsite>=0.8.4
- networkx>=2.6.3
- notebook>=5.4
- numba>=0.51.0
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ ruff = [
geoviews = { skip = true, packages = "geoviews-core >=1.9.0" }
# It should be ibis-framework[duckdb], but it works anyway.
ibis-framework = { skip = true, packages = "ibis-duckdb" }
nbsite = { skip = true }

[tool.pyproject2conda.envs."tests"]
channels = ["nodefaults", "pyviz/label/dev", "conda-forge"]
Expand All @@ -230,7 +231,7 @@ name = "hvplottests"
# reqs = ["-e .."] # Doesn't work

[tool.pyproject2conda.envs."docs"]
channels = ["nodefaults", "pyviz/label/dev", "conda-forge"]
channels = ["nodefaults", "conda-forge"]
python = ["3.11"]
extras = ["doc", "examples", "geo", "graphviz", "dev-extras"]
name = "hvplotdocs"

0 comments on commit b36e3a1

Please sign in to comment.