This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 9522b4a92 [DOCS] Add `pip install mkdocs-jupyter` to setup (#1338)
9522b4a92 is described below
commit 9522b4a9289a260bba9b1021f0ad86b33fbb5e6d
Author: John Bampton <[email protected]>
AuthorDate: Mon Apr 15 14:17:09 2024 +1000
[DOCS] Add `pip install mkdocs-jupyter` to setup (#1338)
---
Makefile | 1 +
docs/setup/compile.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 03ca85922..775d1d01c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ checkupdate :
docsinstall :
pip install mkdocs
+ pip install mkdocs-jupyter
pip install mkdocs-material
pip install mkdocs-macros-plugin
pip install mkdocs-git-revision-date-localized-plugin
diff --git a/docs/setup/compile.md b/docs/setup/compile.md
index bfe9fcdd3..52399aa9b 100644
--- a/docs/setup/compile.md
+++ b/docs/setup/compile.md
@@ -144,6 +144,7 @@ In short, you need to run:
```
pip install mkdocs
+pip install mkdocs-jupyter
pip install mkdocs-material
pip install mkdocs-macros-plugin
pip install mkdocs-git-revision-date-localized-plugin