Skip to content

Commit f5a6b41

Browse files
doc: remove outdated upload script
Remove script and make command for PyPi docs since module use readthedocs now. Part of #238
1 parent 4e97c1e commit f5a6b41

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ dist-upload-2:
1919
python setup.py sdist --format=ztar upload
2020
docs:
2121
python setup.py build_sphinx
22-
docs-upload: docs
23-
python setup.py upload_sphinx

setup.py

-13
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@ def run(self):
4444
pass
4545

4646

47-
# Upload Sphinx documentation to PyPI (using Sphinx-PyPI-upload)
48-
# python setup.py build_sphinx
49-
# updates documentation at http://packages.python.org/tarantool/
50-
try:
51-
from sphinx_pypi_upload import UploadDoc
52-
cmdclass["upload_sphinx"] = UploadDoc
53-
command_options["upload_sphinx"] = {
54-
'upload_dir': ('setup.py', os.path.join("build", "sphinx", "html"))
55-
}
56-
except ImportError:
57-
pass
58-
59-
6047
# Test runner
6148
# python setup.py test
6249
try:

0 commit comments

Comments
 (0)