summaryrefslogtreecommitdiff
path: root/sphinx/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
| | * | 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
| | | | | | | | | | | | | | | | | | | | like ``-D key=val1,val2``.
* | | | | 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
|/ | | | | | | | | This is intended to do almost all of what the quickstart-generated Makefile and make.bat did, but within Sphinx. The advantages are: * no duplication between Unix and Windows files * updates and fixes are propagated (the generated makefiles never update) * more Python code, less shell code!
* 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 ↵shimizukawa2013-09-281-1/+6
| | | | UnicodeError and continuing if possible instead of raise exception. Closes #703
* 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 ↵Jonathan Waltman2013-01-051-2/+7
| | | | support.
* 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
|/ | | | 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
|
* #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, makegbrandl2009-03-151-14/+0
| | | | directive up to new API.
* merge with autosummary branchgbrandl2009-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
|\