summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-02-25 18:13:29 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-05-20 17:21:26 +0100
commit10caf1bd74f172fe0adb2c301894a239443a65d8 (patch)
tree74711fa85824934c141c88e949f7ca7a2be6a991
parenta110d7dd7056ebb8ba7bb60b868971d7fb176000 (diff)
downloadpsycopg2-10caf1bd74f172fe0adb2c301894a239443a65d8.tar.gz
Command to upload docs on pythonhosted dropped altogether
-rw-r--r--doc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 2903b9d..558d0a7 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 $@