summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-12-08 10:11:02 -0800
committerGitHub <noreply@github.com>2020-12-08 10:11:02 -0800
commit80147bae77571ea9872d1748a90bd53e74f5a767 (patch)
tree77ce95cb10cf1229dab1a70c4e66ef3b73b3af9e /doc/Makefile
parente1b077d81c9c14e4a578d7600875b3547f3c4685 (diff)
downloadnetworkx-80147bae77571ea9872d1748a90bd53e74f5a767.tar.gz
Update geospatial readme (#4417)
Co-authored-by: Brendan Ward <bcward@astutespruce.com> Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> Co-authored-by: Geoff Boeing <gboeing@users.noreply.github.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Brendan Ward <bcward@astutespruce.com> Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> Co-authored-by: Geoff Boeing <gboeing@users.noreply.github.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 6cc32525..41461ac8 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -43,6 +43,8 @@ dist: html
(cd build/dist && tar czf ../dist.tar.gz .)
html:
+ mkdir -p auto_examples/geospatial/
+ cp ../examples/geospatial/extended_description.rst auto_examples/geospatial/
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html
@echo
@echo "Build finished. The HTML pages are in build/html."