[Checkins] SVN: zope.location/trunk/ Add 'setup.py docs' alias.

Tres Seaver cvs-admin at zope.org
Thu Jun 7 01:31:44 UTC 2012


Log message for revision 126640:
  Add 'setup.py docs' alias.
  
  Installs 'Sphinx' and dependencies.
  

Changed:
  _U  zope.location/trunk/
  U   zope.location/trunk/CHANGES.txt
  U   zope.location/trunk/setup.cfg
  U   zope.location/trunk/setup.py

-=-
Modified: zope.location/trunk/CHANGES.txt
===================================================================
--- zope.location/trunk/CHANGES.txt	2012-06-07 01:31:37 UTC (rev 126639)
+++ zope.location/trunk/CHANGES.txt	2012-06-07 01:31:41 UTC (rev 126640)
@@ -5,6 +5,8 @@
 4.0.0 (unreleased)
 ------------------
 
+- Added 'setup.py docs' alias (installs ``Sphinx`` and dependencies).
+
 - Added 'setup.py dev' alias (runs ``setup.py develop`` plus installs
   ``nose`` and ``coverage``).
 

Modified: zope.location/trunk/setup.cfg
===================================================================
--- zope.location/trunk/setup.cfg	2012-06-07 01:31:37 UTC (rev 126639)
+++ zope.location/trunk/setup.cfg	2012-06-07 01:31:41 UTC (rev 126640)
@@ -7,4 +7,5 @@
 
 [aliases]
 dev = develop easy_install zope.location[testing]
+docs = easy_install zope.location[docs]
 

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2012-06-07 01:31:37 UTC (rev 126639)
+++ zope.location/trunk/setup.py	2012-06-07 01:31:41 UTC (rev 126640)
@@ -68,6 +68,7 @@
       extras_require={
         'zcml': ['zope.configuration'],
         'testing': ['nose', 'coverage'],
+        'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
       },
       include_package_data = True,
       zip_safe = False,



More information about the checkins mailing list