| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -57/+56 |
| |\ | |||||
| | * | fix print statement | Georg Brandl | 2014-01-23 | 1 | -1/+1 |
| | | | |||||
| | * | merge with stable | Georg Brandl | 2014-01-22 | 1 | -56/+55 |
| | |\ | |||||
| | | * | Resolve some conflicts | Dmitry Shachnev | 2014-01-22 | 1 | -39/+11 |
| | | | | |||||
| | | * | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -39/+69 |
| | | |\ | |||||
| | | | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 stable | Georg Brandl | 2014-01-19 | 1 | -0/+7 |
| | | |\ \ | |||||
| | | * \ \ | merge with stable | Georg Brandl | 2014-01-19 | 1 | -8/+5 |
| | | |\ \ \ | | | | |/ | | | |/| | |||||
| | | | * | | Closes #925: Allow list-typed config values to be provided on the command line, | Georg Brandl | 2014-01-10 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | like ``-D key=val1,val2``. | ||||
| * | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | dont suggest reporting issues to user list anymore | Georg Brandl | 2014-01-21 | 1 | -4/+2 |
| | |_|/ |/| | | |||||
| * | | | Closes #811: dont eat up UnicodeErrors during reading anymore | Georg Brandl | 2014-01-19 | 1 | -0/+7 |
| |/ / | |||||
| * | | Add "make mode" to sphinx-build, invoked by the -M flag. | Georg Brandl | 2014-01-11 | 1 | -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 Brandl | 2013-10-02 | 1 | -1/+2 |
| | | |||||
| * | small grammar fix in multibyte filename messages | Georg Brandl | 2013-10-01 | 1 | -2/+2 |
| | | |||||
| * | When Sphinx couldn't decode multibyte filename, now Sphinx notices ↵ | shimizukawa | 2013-09-28 | 1 | -1/+6 |
| | | | | | UnicodeError and continuing if possible instead of raise exception. Closes #703 | ||||
| * | Fix again: NFC/NFD normalizing problem. Closes #1142 | shimizukawa | 2013-09-18 | 1 | -8/+1 |
| | | |||||
| * | Introduce a "-j" flag for parallel build. | Georg Brandl | 2013-01-13 | 1 | -2/+11 |
| | | |||||
| * | Refactor the "usage" help text into several sections. | Georg Brandl | 2013-01-13 | 1 | -24/+38 |
| | | |||||
| * | Write "making output directory" to the status fd, not to stderr unconditionally. | Georg Brandl | 2013-01-12 | 1 | -3/+5 |
| | | |||||
| * | Add a link to the Sphinx homepage when sphinx-build is called with -h. | Georg Brandl | 2013-01-12 | 1 | -1/+4 |
| | | |||||
| * | Add verbose option ``-v`` for sphinx-build and some rudimentary debugging ↵ | Jonathan Waltman | 2013-01-05 | 1 | -2/+7 |
| | | | | | support. | ||||
| * | sphinx-build: Provide more specific error messages for invalid arguments. | Jonathan Waltman | 2013-01-04 | 1 | -4/+7 |
| | | |||||
| * | sphinx-build: Support the standard ``--help`` and ``--version`` options. | Jonathan Waltman | 2013-01-04 | 1 | -1/+10 |
| | | |||||
| * | Issue #869: Add option ``-T`` for printing the full traceback on exception. | Jonathan Waltman | 2013-01-04 | 1 | -10/+12 |
| | | |||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | merge heads | 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. | 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 |
| | | |||||
| * | #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 | gbrandl | 2009-03-15 | 1 | -14/+0 |
| | | | | | directive up to new API. | ||||
| * | merge with autosummary branch | gbrandl | 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 |
| |\ | |||||
