Home
last modified time | relevance | path

Searched refs:upload_docs (Results 1 – 6 of 6) sorted by relevance

/external/python/setuptools/setuptools.egg-info/
Dentry_points.txt21 upload_docs = setuptools.command.upload_docs:upload_docs
DSOURCES.txt414 setuptools/command/upload_docs.py
/external/python/setuptools/
Dsetup.cfg111 upload_docs = setuptools.command.upload_docs:upload_docs
DCHANGES.rst164 * #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.org
3321 * #604: Restore repository for upload_docs command
3538 * Update ``upload_docs`` command to also honor keyring
4507 * 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 …]
/external/python/parse_type/
Dsetup.cfg17 [upload_docs]
/external/python/setuptools/setuptools/command/
Dupload_docs.py32 class upload_docs(upload): class