Skip to content

Commit 3b699f9

Browse files
committed
not executing notebooks in docs
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
1 parent 842f4d5 commit 3b699f9

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed
File renamed without changes.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ plugins:
7474

7575
- mkdocs-jupyter:
7676
include_source: true
77-
execute: true
77+
execute: false
7878
ignore: ["__init__.py", "utils.py", "gen_logo.py"]
7979
include:
8080
- examples/*.ipynb

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ docs = [
3535
"mkdocs-section-index",
3636
"mkdocs-jupyter",
3737
"sparse[extras]",
38-
"matplotlib",
3938
]
4039
extras = [
4140
"dask[array]",

0 commit comments

Comments
 (0)