summaryrefslogtreecommitdiff
path: root/sphinx/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
...
* merge headsTakayuki Shimizukawa2012-12-101-1/+1
|\
| * Change sphinx-dev to sphinx-users where applicable.Georg Brandl2012-10-301-1/+1
| |
* | support multibyte filename handling.Takayuki Shimizukawa2012-05-011-4/+12
|/ | | | https://bitbucket.org/birkenfeld/sphinx/issue/703
* 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 ↵Georg Brandl2011-01-041-2/+17
| | | | locale's preferred encoding.
* New year update.Georg Brandl2011-01-041-1/+1
|
* Revert incomplete change in last revision.Georg Brandl2010-05-131-2/+5
|
* Add credit for Barry.Georg Brandl2010-05-011-5/+2
|
* #282: Added a "nitpicky" mode that emits warnings for all missing references.Georg Brandl2010-02-281-1/+4
| | | | It is activated by the ``-n`` command-line switch or the ``nitpicky`` config value.
* 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
| | | | should not override other values given in conf.py.
* Use better color and print a newline before printing errors, to always write ↵Georg Brandl2009-06-161-9/+10
| | | | in an empty line.
* #159: do not fail if sys.stdout has no isatty() method.Georg Brandl2009-05-101-1/+1
|
* Work on autodoc: move -g command-line argument to config value, makeGeorg Brandl2009-03-151-14/+0
| | | | directive up to new API.
* merge with autosummary branchGeorg Brandl2009-03-141-1/+15
|
* #109: fix circular import problems by moving exceptions into their own module.Georg Brandl2009-02-241-1/+2
|
* #62: There is now a ``-w`` option for sphinx-build that writesGeorg Brandl2009-02-201-21/+30
| | | | warnings to a file, in addition to stderr.
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-2/+7
| | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag.
* There is now a ``-W`` option for sphinx-build that turns warnings into errors.Georg Brandl2009-02-171-3/+6
| | | | ^
* merge with trunkGeorg Brandl2009-01-261-1/+1
|\
| * make -Q workGeorg Brandl2009-01-241-1/+1
| |
* | Reformat to EOL80.Georg Brandl2009-01-101-12/+16
|/
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* Allow build without conf.py using -C command line switch.Georg Brandl2008-11-161-2/+6
|
* In linkcheck builder, return status code 1 on error, and emit warnings if -qGeorg Brandl2008-11-081-4/+4
| | | | is given.
* Move command-line stuff to its own submodule. Emit nicer error messagesGeorg Brandl2008-11-081-0/+182
for wrong Python version or missing modules.