mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-13 04:26:33 +03:00
Command to upload docs on pythonhosted dropped altogether
This commit is contained in:
parent
a110d7dd70
commit
10caf1bd74
|
@ -29,8 +29,6 @@ doctest:
|
||||||
upload:
|
upload:
|
||||||
# this command requires ssh configured to the proper target
|
# this command requires ssh configured to the proper target
|
||||||
tar czf - -C html . | ssh psycoweb tar xzvf - -C docs/current
|
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:
|
clean:
|
||||||
$(MAKE) $(SPHOPTS) -C src $@
|
$(MAKE) $(SPHOPTS) -C src $@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user