[Python-checkins] r62635 - doctools/trunk/CHANGES

georg.brandl python-checkins at python.org
Fri May 2 12:33:44 CEST 2008


Author: georg.brandl
Date: Fri May  2 12:33:44 2008
New Revision: 62635

Log:
Changelog entry.


Modified:
   doctools/trunk/CHANGES

Modified: doctools/trunk/CHANGES
==============================================================================
--- doctools/trunk/CHANGES	(original)
+++ doctools/trunk/CHANGES	Fri May  2 12:33:44 2008
@@ -10,6 +10,10 @@
 * A new config value, `exclude_dirs`, can be used to exclude whole
   directories from the search for source files.
 
+* The configuration directory (containing ``conf.py``) can now be set
+  independently from the source directory.  For that, a new command-line
+  option ``-c`` has been added.
+
 Bugs fixed
 ----------
 


More information about the Python-checkins mailing list