Skip to content

Commit 54f82e8

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 06a6178 commit 54f82e8

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

Diff for: 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

Diff for: setup.py

-13
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,6 @@
2323
pass
2424

2525

26-
# Upload Sphinx documentation to PyPI (using Sphinx-PyPI-upload)
27-
# python setup.py build_sphinx
28-
# updates documentation at http://packages.python.org/tarantool/
29-
try:
30-
from sphinx_pypi_upload import UploadDoc
31-
cmdclass["upload_sphinx"] = UploadDoc
32-
command_options["upload_sphinx"] = {
33-
'upload_dir': ('setup.py', os.path.join("build", "sphinx", "html"))
34-
}
35-
except ImportError:
36-
pass
37-
38-
3926
# Test runner
4027
# python setup.py test
4128
try:

0 commit comments

Comments
 (0)