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 fa0157c23 [DOCS] Add two targets to the Makefile for building docs 
(#1324)
fa0157c23 is described below

commit fa0157c23351eb981c6b3aa513c21af1b6834ab0
Author: John Bampton <[email protected]>
AuthorDate: Wed Apr 10 02:52:37 2024 +1000

    [DOCS] Add two targets to the Makefile for building docs (#1324)
---
 Makefile | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Makefile b/Makefile
index 604618679..03ca85922 100644
--- a/Makefile
+++ b/Makefile
@@ -9,3 +9,17 @@ checkinstall :
 checkupdate :
        pre-commit autoupdate
 .PHONY : checkupdate
+
+docsinstall :
+       pip install mkdocs
+       pip install mkdocs-material
+       pip install mkdocs-macros-plugin
+       pip install mkdocs-git-revision-date-localized-plugin
+       pip install mike
+.PHONY : docsinstall
+
+docsbuild : docsinstall
+       mkdocs build
+       mike deploy --update-aliases latest-snapshot -b website -p
+       mike serve
+.PHONY : docsbuild

Reply via email to