summaryrefslogtreecommitdiff
path: root/sphinx/environment.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * #536: Include line number when complaining about missing reference targets ↵Georg Brandl2011-01-081-1/+1
| | | | | | | | in nitpicky mode.
* | Handle versioning in the environmentDaniel Neuhäuser2011-01-081-0/+21
| |
* | merge with 1.0Georg Brandl2011-01-071-4/+21
|\ \ | |/
| * Fix a traceback when removing files with globbed toctrees.Georg Brandl2011-01-071-1/+7
| |
| * Give line number info where possible in toctree-related warnings.Georg Brandl2011-01-071-2/+3
| |
| * If an autodoc object cannot be imported, always re-read the document and ↵Georg Brandl2011-01-071-1/+11
| | | | | | | | show the full traceback of the import error.
* | #454: Add more index markup capabilities: marking see/seealso entries, and ↵Georg Brandl2011-01-071-41/+35
| | | | | | | | main entries for a given key.
* | #306: Added :event:`env-get-outdated` event.Georg Brandl2011-01-071-0/+4
| |
* | merge with 1.0Georg Brandl2011-01-061-1/+3
|\ \ | |/
| * Fix traceback with ``only`` directives preceded by targets.Georg Brandl2011-01-061-1/+3
| |
* | merge with 1.0Georg Brandl2011-01-041-2/+3
|\ \ | |/
| * #383: Support sorting a limited range of accented characters in the general ↵Georg Brandl2011-01-041-2/+3
| | | | | | | | index.
* | #209: Added :confval:`text_newlines` and :confval:`text_sectionchars` config ↵Georg Brandl2011-01-041-1/+1
| | | | | | | | values.
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2011-01-041-2/+1
|\ \ | |/
| * Remove redundant local.Georg Brandl2011-01-031-2/+1
| |
* | Ignored translator errors in non-paragraphs for now.Robert Lehmann2010-11-131-1/+3
| |
* | Clean up coding style for better comprehensibility.Robert Lehmann2010-11-131-4/+2
| |
* | merge with 1.0Georg Brandl2010-10-221-29/+31
|\ \ | |/
| * #523: fixes for qthelp index.Georg Brandl2010-10-221-29/+31
| |
* | merge with 1.0Georg Brandl2010-10-221-6/+2
|\ \ | |/
| * #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-6/+2
| |
* | #460: Allow limiting the depth of section numbers for HTML.Georg Brandl2010-08-251-10/+18
| |
* | merge with 1.0Georg Brandl2010-08-231-12/+42
|\ \ | |/
| * #494: Fix the ``maxdepth`` option for the ``toctree()`` template callable ↵Georg Brandl2010-08-231-12/+42
| | | | | | | | when used with ``collapse=True``.
* | Add new env method to get the real path to a file reference, and use it.Georg Brandl2010-08-231-21/+31
| |
* | Docstring harmonization.Georg Brandl2010-08-221-41/+32
| |
* | merge with DasIch/sphinx-i18nGeorg Brandl2010-08-211-1/+2
|\ \
| * | Monkey patch .gettext with .ugettext if possible (we use python 2.x)Daniel Neuhäuser2010-08-151-1/+1
| | |
| * | merge with lehmannro/sphinx-i18nDaniel Neuhäuser2010-08-151-6/+45
| |\ \
* | | | Code style nits.Georg Brandl2010-08-211-4/+4
| | | |
* | | | merge with trunkRobert Lehmann2010-08-171-10/+21
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | merge with 1.0Georg Brandl2010-08-051-1/+1
| |\ \ | | |/
| | * #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-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 possibleDaniel Neuhäuser2010-06-161-0/+2
| | |
| * | Introduce constant.Georg Brandl2010-07-281-1/+3
| | |
| * | pass paths as bytes to docutilsDaniel Neuhäuser2010-06-061-1/+1
| | |
| * | Factor out a replace().Georg Brandl2010-07-281-4/+4
| | |
| * | Fixed warnings in python3Daniel Neuhäuser2010-06-201-1/+1
| | |
| * | Add a constant for class types, which lacks types.ClassType in Py3k.Georg Brandl2010-07-281-2/+2
| | |
| * | Fixed issue #1Daniel Neuhäuser2010-05-011-1/+2
| |/
| * #470: Fix generated target names for reST domain objects; they are not in ↵Georg Brandl2010-07-271-1/+1
| | | | | | | | the same namespace.
| * Reintroduce env.note_versionchange().Georg Brandl2010-07-231-0/+6
| |
* | Fixed docname resolution.Robert Lehmann2010-07-141-1/+2
| |
* | Move translation patching back into transform for chronological order.Robert Lehmann2010-07-141-30/+38
| |
* | Ignore translations which fall back to NullTranslations.Robert Lehmann2010-06-301-1/+1
| |
* | Skip untranslated msgids.Robert Lehmann2010-06-301-0/+3
| |
* | Disallow structural changes to TextElements; replace their children instead.Robert Lehmann2010-06-301-1/+2
| |
* | Fix translation lookup and propagation.Robert Lehmann2010-06-291-2/+3
| |