Searched refs:upload_docs (Results 1 – 6 of 6) sorted by relevance
21 upload_docs = setuptools.command.upload_docs:upload_docs
414 setuptools/command/upload_docs.py
111 upload_docs = setuptools.command.upload_docs:upload_docs
164 * #2971: Deprecated upload_docs command, to be removed in the future.1028 * #2573: Fixed error in uploading a Sphinx doc with the :code:`upload_docs` command. An html builde…1029 …Note: :code:`upload_docs` is deprecated for PyPi, but is supported for other sites -- by :user:`me…2553 ``upload_docs`` command for sites other than PyPI.3063 The ``upload_docs`` command will continue to use the python.org3321 * #604: Restore repository for upload_docs command3538 * Update ``upload_docs`` command to also honor keyring4507 * Issue #124: Fixed error in list detection in upload_docs.4979 * If Sphinx is installed, the ``upload_docs`` command now runs ``build_sphinx``4981 * Distribute #326: ``upload_docs`` provided mangled auth credentials under Python 3.[all …]
17 [upload_docs]
32 class upload_docs(upload): class