Skip to content

Commit b8de549

Browse files
authoredNov 23, 2021
Merge pull request #1 from magic-lantern/magic-lantern-patch-1
Adding setup details for mapbox token to help with #3483
2 parents df19fc7 + 6f43b72 commit b8de549

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎doc/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ Checklist
6565

6666
### Build process
6767

68-
Run `make` to build html pages for the tutorials. This uses `jupytext` to
68+
This build process requries a free personal public mapbox token to work.
69+
70+
First, create an account at https://account.mapbox.com/auth/signup Once that is done, navigate to https://account.mapbox.com/ and copy your "Default public token" to the file `doc/python/.mapbox_token`
71+
72+
Next, run `make` to build html pages for the tutorials. This uses `jupytext` to
6973
execute the notebooks and `nbconvert` to convert notebook files to static html
7074
pages. Note that the CI will build the doc, so you don't have to build it
7175
yourself, it is enough to check that the markdown file runs correctly in

0 commit comments

Comments
 (0)
Please sign in to comment.