Skip to content

Commit 7f50aff

Browse files
Merge pull request #3486 from magic-lantern/master
2 parents df19fc7 + b8de549 commit 7f50aff

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)