summaryrefslogtreecommitdiff
path: root/sphinx/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Fix default for verbosity option (crashes on Py3).Georg Brandl2014-09-221-1/+1
* Switch sphinx.cmdline to optparse.Georg Brandl2014-09-221-160/+153
* Update documentation and `sphinx-build -N` option behavior for windows color ...shimizukawa2014-07-051-1/+0
* use py2/py3 compat except syntax. #1350.shimizukawa2014-05-011-1/+1
* remove 'six' name except importing line.shimizukawa2014-04-301-4/+3
* use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-2/+3
* introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-3/+4
* Update copyright year.Georg Brandl2014-03-011-57/+56
|\
| * fix print statementGeorg Brandl2014-01-231-1/+1
| * merge with stableGeorg Brandl2014-01-221-56/+55
| |\
| | * Resolve some conflictsDmitry Shachnev2014-01-221-39/+11
| | * MergeDmitry Shachnev2014-01-201-39/+69
| | |\
| | | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-48/+49
| | * | merge with stableGeorg Brandl2014-01-191-0/+7
| | |\ \
| | * \ \ merge with stableGeorg Brandl2014-01-191-8/+5
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-101-8/+5
* | | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / / /
* | | | dont suggest reporting issues to user list anymoreGeorg Brandl2014-01-211-4/+2
| |_|/ |/| |
* | | Closes #811: dont eat up UnicodeErrors during reading anymoreGeorg Brandl2014-01-191-0/+7
|/ /
* | Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-111-14/+22
|/
* Add list of extensions to the traceback log file on unhandled exceptions.Georg Brandl2013-10-021-1/+2
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-2/+2
* When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...shimizukawa2013-09-281-1/+6
* Fix again: NFC/NFD normalizing problem. Closes #1142shimizukawa2013-09-181-8/+1
* Introduce a "-j" flag for parallel build.Georg Brandl2013-01-131-2/+11
* Refactor the "usage" help text into several sections.Georg Brandl2013-01-131-24/+38
* Write "making output directory" to the status fd, not to stderr unconditionally.Georg Brandl2013-01-121-3/+5
* Add a link to the Sphinx homepage when sphinx-build is called with -h.Georg Brandl2013-01-121-1/+4
* Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...Jonathan Waltman2013-01-051-2/+7
* sphinx-build: Provide more specific error messages for invalid arguments.Jonathan Waltman2013-01-041-4/+7
* sphinx-build: Support the standard ``--help`` and ``--version`` options.Jonathan Waltman2013-01-041-1/+10
* Issue #869: Add option ``-T`` for printing the full traceback on exception.Jonathan Waltman2013-01-041-10/+12
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge headsshimizukawa2012-12-101-1/+1
|\
| * Change sphinx-dev to sphinx-users where applicable.Georg Brandl2012-10-301-1/+1
* | support multibyte filename handling.shimizukawa2012-05-011-4/+12
|/
* merge with stableGeorg Brandl2012-02-191-3/+3
|\
| * Closes #862: Fix handling of ``-D`` and ``-A`` options on Python 3.Georg Brandl2012-01-291-3/+3
* | Fixed syntax error.Robert Lehmann2012-02-171-1/+1
* | Clarify source directory error.Robert Lehmann2012-02-151-1/+2
|/
* Fix #767: safely encode SphinxErrors when printing to sys.stderr.Georg Brandl2011-09-211-5/+5
* #570: Try decoding ``-D`` and ``-A`` command-line arguments with the locale's...Georg Brandl2011-01-041-2/+17
* New year update.Georg Brandl2011-01-041-1/+1
* #282: Added a "nitpicky" mode that emits warnings for all missing references.Georg Brandl2010-02-281-1/+4
* Rename arguments and make a few more optional, for convenience.Georg Brandl2010-02-211-4/+4
* #315: update bug reporting information.Georg Brandl2010-01-121-3/+6
* Happy new year!Georg Brandl2010-01-011-1/+1
* #303: ``html_context`` values given on the command line via ``-A``Georg Brandl2009-12-311-3/+1
* Use better color and print a newline before printing errors, to always write ...Georg Brandl2009-06-161-9/+10
* #159: do not fail if sys.stdout has no isatty() method.Georg Brandl2009-05-101-1/+1