Searched refs:upload_docs (Results 1 – 6 of 6) sorted by relevance
7 from setuptools.command.upload_docs import upload_docs48 cmd = upload_docs(dist)65 body, content_type = upload_docs._build_multipart(data)
28 upload_docs = setuptools.command.upload_docs:upload_docs
146 setuptools/command/upload_docs.py
5 [upload_docs]
31 class upload_docs(upload): class
291 ``upload_docs`` command for sites other than PyPI.801 The ``upload_docs`` command will continue to use the python.org1059 * #604: Restore repository for upload_docs command1276 * Update ``upload_docs`` command to also honor keyring2246 * Issue #124: Fixed error in list detection in upload_docs.2720 * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`2722 * Distribute #326: `upload_docs` provided mangled auth credentials under Python 3.2912 * Distribute #93: upload_docs now works if there is an empty sub-directory.2988 * Added an upload_docs command to easily upload project documentation to