summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-08-02 06:56:23 -0700
committerGitHub <noreply@github.com>2020-08-02 06:56:23 -0700
commitb95905fae15d2a745909e11c60d9603db2662c49 (patch)
treefb9213214cddeafe327b4c8a53857a65d3e7b497 /tools
parent0c0112b527f8d9d6c8b61878e2d0635aa61c71bc (diff)
downloadnetworkx-b95905fae15d2a745909e11c60d9603db2662c49.tar.gz
Build pdf (#4123)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis/build_docs.sh1
-rwxr-xr-xtools/travis/deploy_docs.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis/build_docs.sh b/tools/travis/build_docs.sh
index 8460ec52..78ca26db 100755
--- a/tools/travis/build_docs.sh
+++ b/tools/travis/build_docs.sh
@@ -10,6 +10,7 @@ export SPHINXCACHE=$HOME/.cache/sphinx
cd doc
make html
make latexpdf LATEXMKOPTS="-silent"
+cp -a build/latex/networkx_reference.pdf build/html/_downloads/.
cd ..
section_end "build_docs section"
diff --git a/tools/travis/deploy_docs.sh b/tools/travis/deploy_docs.sh
index 9da4e9f3..91c1f0b8 100755
--- a/tools/travis/deploy_docs.sh
+++ b/tools/travis/deploy_docs.sh
@@ -43,7 +43,6 @@ then
# Overwrite previous commit
git rm -r latest
cp -a ../build/html latest
- cp -a ../build/latex/networkx_reference.pdf latest/_downloads/.
git add latest
git commit -m "Deploy GitHub Pages"