Commit 0a1a4cde authored by Stefan H. Holek's avatar Stefan H. Holek

Update CHANGES and docs.

--HG--
branch : distribute
extra : rebase_source : e24a57706eebda4c1f989467a0a3bc951f550dd4
parent 197c1c33
...@@ -6,6 +6,9 @@ CHANGES ...@@ -6,6 +6,9 @@ CHANGES
0.6.29 0.6.29
------ ------
* If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
to produce uploadable documentation.
* Issue #326: `upload_docs` provided mangled auth credentials under Python 3.
* Issue #320: Fix check for "createable" in distribute_setup.py. * Issue #320: Fix check for "createable" in distribute_setup.py.
* Issue #305: Remove a warning that was triggered during normal operations. * Issue #305: Remove a warning that was triggered during normal operations.
* Issue #311: Print metadata in UTF-8 independent of platform. * Issue #311: Print metadata in UTF-8 independent of platform.
......
...@@ -2423,7 +2423,12 @@ command:: ...@@ -2423,7 +2423,12 @@ command::
python setup.py upload_docs --upload-dir=docs/build/html python setup.py upload_docs --upload-dir=docs/build/html
As with any other ``setuptools`` based command, you can define useful If no ``--upload-dir`` is given, ``upload_docs`` will attempt to run the
``build_sphinx`` command to generate uploadable documentation.
For the command to become available, `Sphinx <http://sphinx.pocoo.org/>`_
must be installed in the same environment as distribute.
As with other ``setuptools``-based commands, you can define useful
defaults in the ``setup.cfg`` of your Python project, e.g.: defaults in the ``setup.cfg`` of your Python project, e.g.:
.. code-block:: ini .. code-block:: ini
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment