Skip to content

Commit

Permalink
Add ipywidgets to docs config.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Oct 18, 2023
1 parent a18b2da commit 372a31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
},
"doc_module": "rdata",
"jupyterlite": {
"use_jupyter_lab": False,
"use_jupyter_lab": True,
},
"first_notebook_cell": textwrap.dedent("""\
# %%
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies = [

[project.optional-dependencies]
docs = [
"ipywidgets",
"jupyterlite-sphinx",
"jupyterlite-pyodide-kernel",
"pydata-sphinx-theme",
Expand Down

0 comments on commit 372a31f

Please sign in to comment.