Skip to content

Commit 6f43b72

Browse files
Adding setup details for mapbox token to help with plotly#3483
Build requires a mapbox token, but did not mention that in the documentation. This should help with issue plotly#3483
1 parent df19fc7 commit 6f43b72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: 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)