Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test_autodoc with Python 3.3, patches by Jon and Takayuki. | Georg Brandl | 2012-11-01 | 1 | -4/+9 |
| | |||||
* | merge with stable | Georg Brandl | 2012-10-28 | 1 | -2/+10 |
|\ | |||||
| * | relative_uri patch. Fixes #916. | Freek Dijkstra | 2012-04-28 | 1 | -2/+10 |
| | | |||||
* | | Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62) | Georg Brandl | 2012-10-28 | 3 | -2/+30 |
|\ \ | |||||
| * | | * fix for Python2.5: test failed by using inspect.ArgSpec that introduced at ↵ | shimizukawa | 2012-05-02 | 1 | -1/+4 |
| | | | | | | | | | | | | Python-2.6. | ||||
| * | | * fix for Python2.5: test failed by using os.path.relpath that introduced at ↵ | shimizukawa | 2012-05-02 | 2 | -1/+26 |
| |/ | | | | | | | Python-2.6. | ||||
* | | Fix test suite: new code in extract_messages cannot always work. | Georg Brandl | 2012-10-28 | 1 | -3/+4 |
| | | |||||
* | | Remove unneeded semicolon. | Georg Brandl | 2012-10-28 | 1 | -1/+1 |
| | | |||||
* | | Use term in description list as translation message | kou | 2012-07-26 | 1 | -0/+8 |
|/ | | | | | | | | | | | | | | | | | | Here is a .rst that reproduces the problem fixed by this changes: term-word description-paragraph "description-paragraph" is extracted as translation message by "sphinx-build -b gettext" but "term-word" isn't. It's because nodes.term node doesn't have source information. Source information should be added by Docutils instead of Sphinx. A patch that fix this problem in Doctuils had been submitted: https://sourceforge.net/tracker/?func=detail&aid=3548418&group_id=38414&atid=422032 This changes are workarond to work with docutils-0.9.1 or earlier. | ||||
* | Fix force_decode() to work on Python 3.1.1.3 | Georg Brandl | 2012-03-10 | 1 | -1/+2 |
| | |||||
* | Closes #810: fix deprecation warnings with Python 3. What is left over is ↵ | Georg Brandl | 2012-01-29 | 2 | -1/+9 |
| | | | | from nose or docutils. | ||||
* | Closes #853: Restore compatibility with docutils trunk. | Georg Brandl | 2012-01-29 | 1 | -0/+4 |
| | |||||
* | Changed Conditional Expressions | togakushi | 2011-11-26 | 1 | -1/+6 |
| | |||||
* | PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII ↵ | Georg Brandl | 2012-01-29 | 1 | -1/+3 |
| | | | | characters correctly. | ||||
* | merge | Robert Lehmann | 2011-10-03 | 1 | -0/+7 |
|\ | |||||
| * | Re-add monkey patch whose removal made latex build fail. | Georg Brandl | 2011-10-02 | 1 | -0/+7 |
| | | |||||
* | | Respect gettext_compact in message patching too. | Robert Lehmann | 2011-10-03 | 1 | -2/+2 |
| | | |||||
* | | Closes #561: Add configuration option to prevent catalog bundling. | Robert Lehmann | 2011-10-03 | 1 | -0/+3 |
|/ | |||||
* | More version-compatibility hack removals. | Georg Brandl | 2011-09-25 | 1 | -1/+0 |
| | |||||
* | Remove docutils monkey-patches that are no longer needed with >= 0.7. | Georg Brandl | 2011-09-25 | 1 | -54/+5 |
| | |||||
* | Remove compatibility code for Pygments < 1.2. | Georg Brandl | 2011-09-25 | 1 | -4/+1 |
| | |||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 11 | -65/+351 |
|\ | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-22 | 1 | -2/+2 |
| |\ | |||||
| * \ | Merge with 1.0 | Georg Brandl | 2011-09-21 | 11 | -65/+351 |
| |\ \ | |||||
| | * | | Fix #765: on Windows, relpath() does not always succeed. | Georg Brandl | 2011-09-21 | 1 | -0/+7 |
| | | | | |||||
| | * | | Fix #767: safely encode SphinxErrors when printing to sys.stderr. | Georg Brandl | 2011-09-21 | 1 | -0/+6 |
| | | | | |||||
| | * | | Fix #705: read module source in ModuleAnalyzer in binary mode, decode ↵ | Georg Brandl | 2011-09-19 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | afterwards. | ||||
| | * | | graphviz: also catch IOError with Errno 22 (invalid parameter) | Benoit Allard | 2011-07-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | This happen on Python2.7 and Graphviz version 2.12 (Mon Dec 4 22:04:37 UTC 2006) on Windows when a not recognized renderer type is asked. | ||||
| | * | | Move node filtering into extract_messages. | Robert Lehmann | 2011-07-06 | 1 | -2/+11 |
| | | | | |||||
| | * | | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -1/+54 |
| | |\ \ | |||||
| | * | | | #437: autodoc now shows values of class data attributes. | Georg Brandl | 2011-01-08 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | merge with https://bitbucket.org/langacore/sphinx | Georg Brandl | 2011-01-08 | 1 | -1/+5 |
| | |\ \ \ | |||||
| | * | | | | getargspec moved to sphinx.util.inspect | ?ukasz Langa | 2011-01-08 | 1 | -0/+34 |
| | |/ / / | |||||
| | * | | | merge with 1.0 | Georg Brandl | 2011-01-07 | 10 | -65/+276 |
| | |\ \ \ | |||||
| | | * | | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 2 | -5/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | main entries for a given key. | ||||
| | | * | | | merge with 1.0 | Georg Brandl | 2011-01-04 | 16 | -16/+16 |
| | | |\ \ \ | |||||
| | | * \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 10 | -65/+259 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Fix docstring preparation with included signature: ignore indentation of two ↵ | Georg Brandl | 2011-01-04 | 1 | -12/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lines when looking for the signature. | ||||
| | | | * | | | | For now, do not allow comments on literals. | Georg Brandl | 2010-11-20 | 1 | -1/+2 |
| | | | | | | | | |||||
| | | | * | | | | Fix loading JS searchindex data in Py3k. | Georg Brandl | 2010-10-29 | 2 | -1/+6 |
| | | | | | | | | |||||
| | | | * | | | | merge with 1.0 | Georg Brandl | 2010-10-22 | 1 | -1/+1 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | merge with 1.0 | Georg Brandl | 2010-10-16 | 1 | -0/+3 |
| | | | |\ \ \ \ \ | |||||
| | | | * | | | | | | #504: Add an ``index`` role, to make inline index entries. | Georg Brandl | 2010-08-25 | 1 | -0/+32 |
| | | | | | | | | | | |||||
| | | | * | | | | | | merge with 1.0 | Georg Brandl | 2010-08-23 | 9 | -56/+208 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * | | | | | | Make chunks bytestrings | DasIch | 2010-08-23 | 1 | -2/+4 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 8 | -36/+30 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Next is new in 2.6. | Georg Brandl | 2010-08-21 | 1 | -7/+8 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Group conditional sections in pycompat. | Georg Brandl | 2010-08-21 | 1 | -72/+65 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | merge | Georg Brandl | 2010-08-21 | 1 | -12/+14 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | | * | | | | | | Supply substitute implementation of itertools.(i)zip_longest. | Georg Brandl | 2010-08-21 | 1 | -3/+26 |
| | | | | | | | | | | | |