From 4ebdaa08cdcc65b141ed3fe95cf8bbdd9117bc0b Mon Sep 17 00:00:00 2001 From: "Sean C. Gillies" Date: Mon, 26 Mar 2018 12:35:29 -0600 Subject: [PATCH] Remove publish target We're now using RTD and don't want it. --- docs/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 9ba49dc4..b41148b8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -219,8 +219,3 @@ pseudoxml: .PHONY: apidocs apidocs: sphinx-apidoc -f -e -T -o . ../rasterio ../rasterio/rio - -.PHONY: publish -publish: html - ghp-import _build/html -m "update docs at $(GITREF)" - git push origin gh-pages