Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | #2695: better error handling for setup_command | Takeshi KOMIYA | 2016-09-12 | 1 | -49/+53 | |
|/ | ||||||
* | Merge branch 'stable' | Georg Brandl | 2016-02-16 | 1 | -0/+8 | |
|\ | ||||||
| * | Closes #2324: Print a hint how to increase the recursion limit when it is hit. | Georg Brandl | 2016-02-16 | 1 | -0/+8 | |
| | | ||||||
* | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stable | shimizukawa | 2016-01-10 | 1 | -0/+4 | |
|\ \ | |/ | | | | | | | Conflicts: tests/test_build_latex.py | |||||
| * | Fix #2193: shutil.SameFileError if source directory and destination ↵ | Takeshi KOMIYA | 2015-12-26 | 1 | -0/+4 | |
| | | | | | | | | directory are same | |||||
* | | Merge pull request #1899 from Eric89GXL/opts | Takeshi KOMIYA | 2016-01-01 | 1 | -1/+1 | |
|\ \ | |/ |/| | FIX: Ensure list is sent to OptParse | |||||
| * | FIX: Ensure list is sent to OptParse | Eric Larson | 2015-05-22 | 1 | -1/+1 | |
| | | ||||||
* | | fix message when calling sphinx-build without arguments | Georg Brandl | 2015-07-25 | 1 | -6/+1 | |
|/ | ||||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -3/+3 | |
| | ||||||
* | pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Georg Brandl | 2015-01-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | development process updates: bb->gh, hg->git | Georg Brandl | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Closes #1611: actually use "argv" argument again in cmdline.main. | Georg Brandl | 2014-11-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix default for verbosity option (crashes on Py3). | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Switch sphinx.cmdline to optparse. | Georg Brandl | 2014-09-22 | 1 | -160/+153 | |
| | | ||||||
* | | Update documentation and `sphinx-build -N` option behavior for windows color ↵ | Takayuki Shimizukawa | 2014-07-05 | 1 | -1/+0 | |
| | | | | | | | | console support. closes #1291. | |||||
* | | use py2/py3 compat except syntax. #1350. | Takayuki Shimizukawa | 2014-05-01 | 1 | -1/+1 | |
| | | ||||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -4/+3 | |
| | | ||||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+3 | |
| | | | | | | | | one source. refs #1350. | |||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+4 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | fix print statement | Georg Brandl | 2014-01-23 | 1 | -1/+1 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-01-22 | 1 | -4/+2 | |
|\ \ | |/ | ||||||
| * | dont suggest reporting issues to user list anymore | Georg Brandl | 2014-01-21 | 1 | -4/+2 | |
| | | ||||||
* | | 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 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Closes #811: dont eat up UnicodeErrors during reading anymore | Georg Brandl | 2014-01-19 | 1 | -0/+7 | |
| | | | ||||||
* | | | merge with stable | Georg Brandl | 2014-01-19 | 1 | -14/+22 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | 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! | |||||
* | | 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``. | |||||
* | 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 ↵ | Takayuki 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 | Takayuki 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 | |
| |