Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | merge heads | Takayuki Shimizukawa | 2012-12-10 | 1 | -1/+1 | |
|\ | ||||||
| * | Change sphinx-dev to sphinx-users where applicable. | Georg Brandl | 2012-10-30 | 1 | -1/+1 | |
| | | ||||||
* | | support multibyte filename handling. | Takayuki Shimizukawa | 2012-05-01 | 1 | -4/+12 | |
|/ | | | | https://bitbucket.org/birkenfeld/sphinx/issue/703 | |||||
* | merge with stable | Georg Brandl | 2012-02-19 | 1 | -3/+3 | |
|\ | ||||||
| * | Closes #862: Fix handling of ``-D`` and ``-A`` options on Python 3. | Georg Brandl | 2012-01-29 | 1 | -3/+3 | |
| | | ||||||
* | | Fixed syntax error. | Robert Lehmann | 2012-02-17 | 1 | -1/+1 | |
| | | ||||||
* | | Clarify source directory error. | Robert Lehmann | 2012-02-15 | 1 | -1/+2 | |
|/ | ||||||
* | Fix #767: safely encode SphinxErrors when printing to sys.stderr. | Georg Brandl | 2011-09-21 | 1 | -5/+5 | |
| | ||||||
* | #570: Try decoding ``-D`` and ``-A`` command-line arguments with the ↵ | Georg Brandl | 2011-01-04 | 1 | -2/+17 | |
| | | | | locale's preferred encoding. | |||||
* | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | ||||||
* | Revert incomplete change in last revision. | Georg Brandl | 2010-05-13 | 1 | -2/+5 | |
| | ||||||
* | Add credit for Barry. | Georg Brandl | 2010-05-01 | 1 | -5/+2 | |
| | ||||||
* | #282: Added a "nitpicky" mode that emits warnings for all missing references. | Georg Brandl | 2010-02-28 | 1 | -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 Brandl | 2010-02-21 | 1 | -4/+4 | |
| | ||||||
* | #315: update bug reporting information. | Georg Brandl | 2010-01-12 | 1 | -3/+6 | |
| | ||||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | #303: ``html_context`` values given on the command line via ``-A`` | Georg Brandl | 2009-12-31 | 1 | -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 Brandl | 2009-06-16 | 1 | -9/+10 | |
| | | | | in an empty line. | |||||
* | #159: do not fail if sys.stdout has no isatty() method. | Georg Brandl | 2009-05-10 | 1 | -1/+1 | |
| | ||||||
* | Work on autodoc: move -g command-line argument to config value, make | Georg Brandl | 2009-03-15 | 1 | -14/+0 | |
| | | | | directive up to new API. | |||||
* | merge with autosummary branch | Georg Brandl | 2009-03-14 | 1 | -1/+15 | |
| | ||||||
* | #109: fix circular import problems by moving exceptions into their own module. | Georg Brandl | 2009-02-24 | 1 | -1/+2 | |
| | ||||||
* | #62: There is now a ``-w`` option for sphinx-build that writes | Georg Brandl | 2009-02-20 | 1 | -21/+30 | |
| | | | | warnings to a file, in addition to stderr. | |||||
* | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 1 | -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 Brandl | 2009-02-17 | 1 | -3/+6 | |
| | | | | ^ | |||||
* | merge with trunk | Georg Brandl | 2009-01-26 | 1 | -1/+1 | |
|\ | ||||||
| * | make -Q work | Georg Brandl | 2009-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -12/+16 | |
|/ | ||||||
* | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -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 Brandl | 2008-11-16 | 1 | -2/+6 | |
| | ||||||
* | In linkcheck builder, return status code 1 on error, and emit warnings if -q | Georg Brandl | 2008-11-08 | 1 | -4/+4 | |
| | | | | is given. | |||||
* | Move command-line stuff to its own submodule. Emit nicer error messages | Georg Brandl | 2008-11-08 | 1 | -0/+182 | |
for wrong Python version or missing modules. |