summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Fix tests has broken by changset:bb0211a65072tk0miya2014-08-241-1/+1
* Fix #1509 TODO extension not compatible with websupporttk0miya2014-08-241-1/+2
* * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex...shimizukawa2014-07-131-1/+1
* Fix long lines.Georg Brandl2014-03-021-1/+2
* Fix a change of pull request #96 that break sphinx.util.docfields.Field.make_...shimizukawa2014-03-021-3/+3
* Update copyright year.Georg Brandl2014-03-0116-16/+16
* Fix inspect using the "__builtins__" CPython specific module.Georg Brandl2014-03-012-3/+8
* Closes #1358: Fix handling of image paths outside of the source directory whe...Georg Brandl2014-01-231-1/+1
* Closes #1330: Fix :confval:`exclude_patterns` behavior with subdirectories in...Georg Brandl2014-01-191-12/+11
* Closes #908: On Python 3, handle error messages from LaTeX correctly in the p...Georg Brandl2014-01-111-0/+7
* Merged in shimizukawa/sphinx-fix-pypytest (pull request #177)Takayuki Shimizukawa2013-12-091-0/+17
|\
| * Now sphinx.ext.autodoc on PyPy ignoring the method of built-in classes.shimizukawa2013-10-071-0/+17
* | Add tests and code refine for pull request #190.shimizukawa2013-11-121-17/+12
* | Find node.source recursively. In some cases (.. figure nested inside other bl...Michael Schlenker2013-11-081-1/+18
* | Add .. rubric:: to the list of special cased nodes for gettext.Michael Schlenker2013-11-081-1/+1
|/
* Backed out changeset cfe9e2d11003 refs #1265shimizukawa2013-10-041-7/+0
* Now gettext translates label target name. Fix i18n: crash when using a indire...shimizukawa2013-10-041-0/+7
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...shimizukawa2013-10-031-1/+1
* Extend extension info to the module filename for each loaded ext.Georg Brandl2013-10-021-7/+7
* Add list of extensions to the traceback log file on unhandled exceptions.Georg Brandl2013-10-021-2/+8
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-2/+2
* When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...shimizukawa2013-09-281-1/+8
* Fix again: NFC/NFD normalizing problem. Closes #1142shimizukawa2013-09-182-1/+15
* Fix NFC/NFD normalizing problem of rst filename on Mac OS X. Closes #1142shimizukawa2013-09-171-2/+10
* Fix new getargspec implementation for 3.x.Georg Brandl2013-09-171-3/+3
* Closes #1185: Don't crash when a Python module has a wrong or no encoding dec...Georg Brandl2013-09-161-7/+7
* Closes #828: use inspect.getfullargspec() to be able to document functions withGeorg Brandl2013-09-161-1/+37
* Small code style fix.Georg Brandl2013-09-161-1/+1
* Merged in RelentlessIdiot/sphinx (pull request #149)Georg Brandl2013-09-161-1/+3
|\
| * Fix #1203: Does not append space to unknown field names.Rob Ruana2013-06-231-1/+3
* | Fix i18n: gettext did not translate admonition directive's title. Closes #1206shimizukawa2013-07-031-2/+4
|/
* Fix: Output TeX/texinfo/man filename has no basename (only extention) when us...shimizukawa2013-06-131-1/+1
* merge stable for PR#141, #982shimizukawa2013-06-041-1/+2
|\
| * Closes #982: Avoid crash when writing PNG file using Python 3.Marcin Wojdyr2013-05-061-1/+2
* | Rebuild i18n target document when catalog updatedshimizukawa2013-04-151-0/+14
* | Closes #1128: Fix Unicode errors when trying to format time strings with a no...Georg Brandl2013-03-301-4/+6
* | all: provide docutils version in sphinx.util.compatGeorg Brandl2013-03-291-0/+3
* | remove xfileref_role() and directive_dwim() which were deprecated in 1.0Georg Brandl2013-03-291-10/+0
* | nodes utils: remove monkey-patch that is in docutils >=0.7Georg Brandl2013-03-291-12/+0
* | nodes util: update docutils tracker linkGeorg Brandl2013-03-291-7/+8
* | Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Takayuki Shimizukawa2013-02-241-0/+45
|\ \
| * | fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.shimizukawa2013-02-101-0/+16
| * | conf.py now accept CRLF end-of-line.shimizukawa2013-02-101-0/+29
* | | Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Nozomu Kaneko2013-02-042-5/+12
|\ \ \ | |/ / |/| |
| * | use ``nodes.inline`` with a "translatable" attr insteadNozomu Kaneko2013-01-132-3/+3
| * | resolve conflictsNozomu Kaneko2013-01-062-0/+36
| |\ \
| * \ \ mergeNozomu Kaneko2013-01-0516-16/+29
| |\ \ \
| * | | | use `paragraph` nodes instead of `translatable` nodes.Nozomu Kaneko2012-12-311-4/+3
| * | | | make docfield translatableNozomu Kaneko2012-12-181-4/+12
* | | | | Respect add_autodoc_attrgetter() even when inherited-members is setA. Jesse Jiryu Davis2013-01-311-2/+2