mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
make -Q work
This commit is contained in:
parent
05cf79da52
commit
e65d9de023
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
|||||||
Release 0.5.2 (in development)
|
Release 0.5.2 (in development)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
* Actually make the ``-Q`` option work.
|
||||||
|
|
||||||
* #86: Fix explicit document titles in toctrees.
|
* #86: Fix explicit document titles in toctrees.
|
||||||
|
|
||||||
* #81: Write environment and search index in a manner that is safe
|
* #81: Write environment and search index in a manner that is safe
|
||||||
|
@ -56,7 +56,7 @@ def main(argv):
|
|||||||
nocolor()
|
nocolor()
|
||||||
|
|
||||||
try:
|
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)
|
allopts = set(opt[0] for opt in opts)
|
||||||
srcdir = confdir = path.abspath(args[0])
|
srcdir = confdir = path.abspath(args[0])
|
||||||
if not path.isdir(srcdir):
|
if not path.isdir(srcdir):
|
||||||
|
Loading…
Reference in New Issue
Block a user