summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-05-27 11:02:39 -0700
committerRoss Barnowski <rossbar@berkeley.edu>2020-05-27 11:02:39 -0700
commitbf006d31825e7a87c35385a270e0f3b2d897afd8 (patch)
treea36a3889952d93226812a7e2a4031c69f3ed3f21
parent27aeb6f71183635e3adcab602118b3d8912e006d (diff)
downloadnumpy-bf006d31825e7a87c35385a270e0f3b2d897afd8.tar.gz
DOC,BLD: Update make dist html target.
Switch html target for make dist to move away from the html-scipyorg theme. Makes the theme of the archived docs including stable consistent with the devdocs
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 199a22c34..31bd96a9c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -103,11 +103,11 @@ dist: build/dist.tar.gz
build/dist.tar.gz:
make $(DIST_VARS) real-dist
-real-dist: dist-build html-build html-scipyorg
+real-dist: dist-build html-build
test -d build/latex || make latex-build
make -C build/latex all-pdf
-rm -rf build/dist
- cp -r build/html-scipyorg build/dist
+ cp -r build/html build/dist
cd build/html && zip -9r ../dist/numpy-html.zip .
cp build/latex/numpy-ref.pdf build/dist
cp build/latex/numpy-user.pdf build/dist