Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | #536: Include line number when complaining about missing reference targets ↵ | Georg Brandl | 2011-01-08 | 1 | -1/+1 | |
| | | | | | | | | in nitpicky mode. | |||||
* | | Handle versioning in the environment | Daniel Neuhäuser | 2011-01-08 | 1 | -0/+21 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-07 | 1 | -4/+21 | |
|\ \ | |/ | ||||||
| * | Fix a traceback when removing files with globbed toctrees. | Georg Brandl | 2011-01-07 | 1 | -1/+7 | |
| | | ||||||
| * | Give line number info where possible in toctree-related warnings. | Georg Brandl | 2011-01-07 | 1 | -2/+3 | |
| | | ||||||
| * | If an autodoc object cannot be imported, always re-read the document and ↵ | Georg Brandl | 2011-01-07 | 1 | -1/+11 | |
| | | | | | | | | show the full traceback of the import error. | |||||
* | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 1 | -41/+35 | |
| | | | | | | | | main entries for a given key. | |||||
* | | #306: Added :event:`env-get-outdated` event. | Georg Brandl | 2011-01-07 | 1 | -0/+4 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-06 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | Fix traceback with ``only`` directives preceded by targets. | Georg Brandl | 2011-01-06 | 1 | -1/+3 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | #383: Support sorting a limited range of accented characters in the general ↵ | Georg Brandl | 2011-01-04 | 1 | -2/+3 | |
| | | | | | | | | index. | |||||
* | | #209: Added :confval:`text_newlines` and :confval:`text_sectionchars` config ↵ | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | | | | | | | values. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -2/+1 | |
|\ \ | |/ | ||||||
| * | Remove redundant local. | Georg Brandl | 2011-01-03 | 1 | -2/+1 | |
| | | ||||||
* | | Ignored translator errors in non-paragraphs for now. | Robert Lehmann | 2010-11-13 | 1 | -1/+3 | |
| | | ||||||
* | | Clean up coding style for better comprehensibility. | Robert Lehmann | 2010-11-13 | 1 | -4/+2 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2010-10-22 | 1 | -29/+31 | |
|\ \ | |/ | ||||||
| * | #523: fixes for qthelp index. | Georg Brandl | 2010-10-22 | 1 | -29/+31 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2010-10-22 | 1 | -6/+2 | |
|\ \ | |/ | ||||||
| * | #534: warning message instead of crash if invalid Pygments lexer name is used. | Georg Brandl | 2010-10-22 | 1 | -6/+2 | |
| | | ||||||
* | | #460: Allow limiting the depth of section numbers for HTML. | Georg Brandl | 2010-08-25 | 1 | -10/+18 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2010-08-23 | 1 | -12/+42 | |
|\ \ | |/ | ||||||
| * | #494: Fix the ``maxdepth`` option for the ``toctree()`` template callable ↵ | Georg Brandl | 2010-08-23 | 1 | -12/+42 | |
| | | | | | | | | when used with ``collapse=True``. | |||||
* | | Add new env method to get the real path to a file reference, and use it. | Georg Brandl | 2010-08-23 | 1 | -21/+31 | |
| | | ||||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -41/+32 | |
| | | ||||||
* | | merge with DasIch/sphinx-i18n | Georg Brandl | 2010-08-21 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | Monkey patch .gettext with .ugettext if possible (we use python 2.x) | Daniel Neuhäuser | 2010-08-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge with lehmannro/sphinx-i18n | Daniel Neuhäuser | 2010-08-15 | 1 | -6/+45 | |
| |\ \ | ||||||
* | | | | Code style nits. | Georg Brandl | 2010-08-21 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | merge with trunk | Robert Lehmann | 2010-08-17 | 1 | -10/+21 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | merge with 1.0 | Georg Brandl | 2010-08-05 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | #481, #482: fix ``.name`` reference matching. | Georg Brandl | 2010-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | #482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too. | |||||
| * | | only decode if possible | Daniel Neuhäuser | 2010-06-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | Introduce constant. | Georg Brandl | 2010-07-28 | 1 | -1/+3 | |
| | | | ||||||
| * | | pass paths as bytes to docutils | Daniel Neuhäuser | 2010-06-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Factor out a replace(). | Georg Brandl | 2010-07-28 | 1 | -4/+4 | |
| | | | ||||||
| * | | Fixed warnings in python3 | Daniel Neuhäuser | 2010-06-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add a constant for class types, which lacks types.ClassType in Py3k. | Georg Brandl | 2010-07-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fixed issue #1 | Daniel Neuhäuser | 2010-05-01 | 1 | -1/+2 | |
| |/ | ||||||
| * | #470: Fix generated target names for reST domain objects; they are not in ↵ | Georg Brandl | 2010-07-27 | 1 | -1/+1 | |
| | | | | | | | | the same namespace. | |||||
| * | Reintroduce env.note_versionchange(). | Georg Brandl | 2010-07-23 | 1 | -0/+6 | |
| | | ||||||
* | | Fixed docname resolution. | Robert Lehmann | 2010-07-14 | 1 | -1/+2 | |
| | | ||||||
* | | Move translation patching back into transform for chronological order. | Robert Lehmann | 2010-07-14 | 1 | -30/+38 | |
| | | ||||||
* | | Ignore translations which fall back to NullTranslations. | Robert Lehmann | 2010-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | Skip untranslated msgids. | Robert Lehmann | 2010-06-30 | 1 | -0/+3 | |
| | | ||||||
* | | Disallow structural changes to TextElements; replace their children instead. | Robert Lehmann | 2010-06-30 | 1 | -1/+2 | |
| | | ||||||
* | | Fix translation lookup and propagation. | Robert Lehmann | 2010-06-29 | 1 | -2/+3 | |
| | |