Skip to content

Commit a2b227a

Browse files
committed
Fix doctr
1 parent a3629f6 commit a2b227a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ script:
6464

6565
- if [[ $TEST_TARGET == 'notebooks' ]]; then
6666
py.test -vv tests/notebooks/test_notebooks.py ;
67-
cd tests/notebooks && doctr deploy --built-docs=results --gh-pages-docs=gallery ;
67+
doctr deploy --built-docs=examples/results --gh-pages-docs=gallery ;
6868
fi

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ geopandas
88
cartopy
99
gpxpy
1010
seawater
11+
mplleaflet

0 commit comments

Comments
 (0)