merge with 0.5

This commit is contained in:
Georg Brandl
2009-01-24 18:36:11 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -100,6 +100,8 @@ New features added
Release 0.5.2 (in development)
==============================
* Actually make the ``-Q`` option work.
* #86: Fix explicit document titles in toctrees.
* #81: Write environment and search index in a manner that is safe

View File

@@ -56,7 +56,7 @@ def main(argv):
nocolor()
try:
opts, args = getopt.getopt(argv[1:], 'ab:d:c:CD:A:NEqP')
opts, args = getopt.getopt(argv[1:], 'ab:d:c:CD:A:NEqQP')
allopts = set(opt[0] for opt in opts)
srcdir = confdir = path.abspath(args[0])
if not path.isdir(srcdir):