Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with stable | Georg Brandl | 2014-03-02 | 9 | -244/+38 |
|\ | |||||
| * | merge with stable | Georg Brandl | 2014-03-02 | 9 | -244/+38 |
| |\ | |||||
| | * | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206) | Georg Brandl | 2014-03-01 | 1 | -20/+1 |
| | |\ | | | | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support. | ||||
| | | * | merge heads | shimizukawa | 2014-01-18 | 3 | -7/+16 |
| | | |\ | |||||
| | | * | | Drop docutils-0.7, 0.8 and 0.9 support | shimizukawa | 2013-12-15 | 1 | -20/+1 |
| | | | | | |||||
| | * | | | Update copyright year. | Georg Brandl | 2014-03-01 | 8 | -224/+37 |
| | |\ \ \ | |||||
| | | * \ \ | merge with stable | Georg Brandl | 2014-03-01 | 2 | -3/+5 |
| | | |\ \ \ | |||||
| | | * \ \ \ | merge with stable | Georg Brandl | 2014-01-26 | 8 | -224/+40 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Fix formatting | Dmitry Shachnev | 2014-01-22 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | * | | | | Merge | Dmitry Shachnev | 2014-01-20 | 7 | -18/+17 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 7 | -18/+17 |
| | | | | | |_|/ | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | -12/+11 |
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | | | |||||
| | | | * | | | | Fix: The application now check extra Python versions (3.0, 3.1) to stop ↵ | shimizukawa | 2014-01-18 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invoking. And fix a trivial comment. | ||||
| | | | * | | | | merge heads | shimizukawa | 2014-01-15 | 2 | -3/+13 |
| | | | |\ \ \ \ | | | | | |_|_|/ | | | | |/| | | | |||||
| | | | | * | | | Closes #1174: Fix smart quotes being applied inside roles like ↵ | Georg Brandl | 2014-01-12 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :rst:role:`program` or :rst:role:`makevar`. | ||||
| | | | * | | | | Drop python-3.1 and remove support codes | shimizukawa | 2013-12-15 | 2 | -3/+3 |
| | | | | | | | | |||||
| | | | * | | | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 4 | -204/+19 |
| | | | | | | | | |||||
* | | | | | | | | Fix long lines. | Georg Brandl | 2014-03-02 | 1 | -1/+2 |
|/ / / / / / / | |||||
* | | | | | | | Fix a change of pull request #96 that break ↵ | shimizukawa | 2014-03-02 | 1 | -3/+3 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | sphinx.util.docfields.Field.make_field interface/behavior for `item` argument usage. Closes #1367 | ||||
* | | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 16 | -16/+16 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix inspect using the "__builtins__" CPython specific module. | Georg Brandl | 2014-03-01 | 2 | -3/+8 |
|/ / / / | |||||
* | | | | Closes #1358: Fix handling of image paths outside of the source directory ↵ | Georg Brandl | 2014-01-23 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | when using the "wildcard" style reference. | ||||
* | | | Closes #1330: Fix :confval:`exclude_patterns` behavior with subdirectories ↵ | Georg Brandl | 2014-01-19 | 1 | -12/+11 |
| |/ |/| | | | | | in the :confval:`html_static_path`. | ||||
* | | Closes #908: On Python 3, handle error messages from LaTeX correctly in the ↵ | Georg Brandl | 2014-01-11 | 1 | -0/+7 |
|/ | | | | pngmath extension. | ||||
* | Merged in shimizukawa/sphinx-fix-pypytest (pull request #177) | Takayuki Shimizukawa | 2013-12-09 | 1 | -0/+17 |
|\ | | | | | | | Fix PyPy test failed | ||||
| * | Now sphinx.ext.autodoc on PyPy ignoring the method of built-in classes. | shimizukawa | 2013-10-07 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | For example:: class CustomDict(dict): """Docstring.""" From this code, autoclass directive on PyPy generate a document output as ``class foo.CustomDict(obj, *args, **keywords)`` instead of ``class foo.CustomDict`` before this change. | ||||
* | | Add tests and code refine for pull request #190. | shimizukawa | 2013-11-12 | 1 | -17/+12 |
| | | |||||
* | | Find node.source recursively. In some cases (.. figure nested inside other ↵ | Michael Schlenker | 2013-11-08 | 1 | -1/+18 |
| | | | | | | | | blocks or lists), the node.parent.source is None too, so the old logic fails. Just traverse up, until we get a valid node.source or have no parent at all. | ||||
* | | Add .. rubric:: to the list of special cased nodes for gettext. | Michael Schlenker | 2013-11-08 | 1 | -1/+1 |
|/ | | | | The ``.. rubric:: Title`` does not get extracted in all places without, due to the missing node.source field, quite like the title fields. | ||||
* | Backed out changeset cfe9e2d11003 refs #1265 | shimizukawa | 2013-10-04 | 1 | -7/+0 |
| | |||||
* | Now gettext translates label target name. Fix i18n: crash when using a ↵ | shimizukawa | 2013-10-04 | 1 | -0/+7 |
| | | | | indirect target and translating a target section name. Closes #1265 | ||||
* | grammar fix: 'multibyte filename' is ambiguous. They are replaced with ↵ | shimizukawa | 2013-10-03 | 1 | -1/+1 |
| | | | | 'non-ASCII filename'. refs #703 | ||||
* | Extend extension info to the module filename for each loaded ext. | Georg Brandl | 2013-10-02 | 1 | -7/+7 |
| | |||||
* | Add list of extensions to the traceback log file on unhandled exceptions. | Georg Brandl | 2013-10-02 | 1 | -2/+8 |
| | |||||
* | 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/+8 |
| | | | | UnicodeError and continuing if possible instead of raise exception. Closes #703 | ||||
* | Fix again: NFC/NFD normalizing problem. Closes #1142 | shimizukawa | 2013-09-18 | 2 | -1/+15 |
| | |||||
* | Fix NFC/NFD normalizing problem of rst filename on Mac OS X. Closes #1142 | shimizukawa | 2013-09-17 | 1 | -2/+10 |
| | |||||
* | Fix new getargspec implementation for 3.x. | Georg Brandl | 2013-09-17 | 1 | -3/+3 |
| | |||||
* | Closes #1185: Don't crash when a Python module has a wrong or no encoding ↵ | Georg Brandl | 2013-09-16 | 1 | -7/+7 |
| | | | | | | declared, and non-ASCII characters are included. | ||||
* | Closes #828: use inspect.getfullargspec() to be able to document functions with | Georg Brandl | 2013-09-16 | 1 | -1/+37 |
| | | | | keyword-only arguments on Python 3. | ||||
* | Small code style fix. | Georg Brandl | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | Merged in RelentlessIdiot/sphinx (pull request #149) | Georg Brandl | 2013-09-16 | 1 | -1/+3 |
|\ | | | | | | | Fix #1203: Do not append space to unknown field names. | ||||
| * | Fix #1203: Does not append space to unknown field names. | Rob Ruana | 2013-06-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | If an unknown field name is encountered, a space is only appended if the field arguments are not empty. Also, only the first character of the field name is upper cased, and the case of the rest of the string remains unchanged. | ||||
* | | Fix i18n: gettext did not translate admonition directive's title. Closes #1206 | shimizukawa | 2013-07-03 | 1 | -2/+4 |
|/ | |||||
* | Fix: Output TeX/texinfo/man filename has no basename (only extention) when ↵ | shimizukawa | 2013-06-13 | 1 | -1/+1 |
| | | | | using multibyte characters to "Project name" on quickstart. Closes #1190 | ||||
* | merge stable for PR#141, #982 | shimizukawa | 2013-06-04 | 1 | -1/+2 |
|\ | |||||
| * | Closes #982: Avoid crash when writing PNG file using Python 3. | Marcin Wojdyr | 2013-05-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | binascii.crc32() has changed in version 3.0. In Py2 it returns value in the range [-2**31, 2**31-1], in Py3 in [0, 2**32-1]. This change made write_png_depth() crash with: struct.error: 'i' format requires -2147483648 <= number <= 2147483647 | ||||
* | | Rebuild i18n target document when catalog updated | shimizukawa | 2013-04-15 | 1 | -0/+14 |
| | | |||||
* | | Closes #1128: Fix Unicode errors when trying to format time strings with a ↵ | Georg Brandl | 2013-03-30 | 1 | -4/+6 |
| | | | | | | | | non-standard locale. |