From 10caf1bd74f172fe0adb2c301894a239443a65d8 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 25 Feb 2018 18:13:29 +0000 Subject: [PATCH] Command to upload docs on pythonhosted dropped altogether --- doc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 2903b9d0..558d0a75 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -29,8 +29,6 @@ doctest: upload: # this command requires ssh configured to the proper target tar czf - -C html . | ssh psycoweb tar xzvf - -C docs/current - # this command requires a .pypirc with the right privileges - # python src/tools/pypi_docs_upload.py psycopg2 $$(pwd)/html clean: $(MAKE) $(SPHOPTS) -C src $@