summaryrefslogtreecommitdiff
path: root/sphinx/environment.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-36/+27
* Fix #637: ignore strange Emacs lock files by default.Georg Brandl2011-09-211-1/+1
* #572: Show warnings by default when reference labels cannot be found.Georg Brandl2011-01-081-7/+13
* #536: Include line number when complaining about missing reference targets in...Georg Brandl2011-01-081-1/+1
* 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 show...Georg Brandl2011-01-071-1/+11
* Fix traceback with ``only`` directives preceded by targets.Georg Brandl2011-01-061-1/+3
* #383: Support sorting a limited range of accented characters in the general i...Georg Brandl2011-01-041-2/+3
* New year update.Georg Brandl2011-01-041-1/+1
* Remove redundant local.Georg Brandl2011-01-031-2/+1
* #523: fixes for qthelp index.Georg Brandl2010-10-221-29/+31
* #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-6/+2
* #494: Fix the ``maxdepth`` option for the ``toctree()`` template callable whe...Georg Brandl2010-08-231-12/+42
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-1/+1
* #470: Fix generated target names for reST domain objects; they are not in the...Georg Brandl2010-07-271-1/+1
* Reintroduce env.note_versionchange().Georg Brandl2010-07-231-0/+6
* Do not stop even at severe docutils errors, continue build.Georg Brandl2010-06-191-1/+2
* Give more detailed info about exception determining image type.Georg Brandl2010-06-121-3/+4
* Move doctest blocks out of blockquotes even if there is more than one.Georg Brandl2010-06-011-4/+16
* The ``toctree`` callable in templates now accepts a ``titles_only`` keyword a...Georg Brandl2010-05-301-4/+7
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter...Georg Brandl2010-05-241-6/+6
|\
| * Make test for "outside" references case insensitive.tpowers2010-04-271-1/+1
| * Added "link outside" and "link inside" classes to reference nodes.tpowers2010-04-261-1/+14
* | Rename default_domain to primary_domain; give it special semantics.Georg Brandl2010-05-231-1/+1
* | #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-1/+1
* | Move :ref: labels over to std domain.Georg Brandl2010-05-231-100/+3
|/
* mergeGeorg Brandl2010-04-181-3/+66
|\
| * Rename rst_prologue to rst_prolog and document it.Georg Brandl2010-04-071-2/+2
| * Review changes from http://bitbucket.org/tpowers/sphinx/ and add docs.Georg Brandl2010-04-071-10/+8
| * merge with http://bitbucket.org/tpowers/sphinx/Georg Brandl2010-04-071-3/+68
| |\
| | * Implemented rst_prologue conf.py option.tpowers2010-03-301-3/+4
| | * Implemented html_compact_lists conf.py option. Normally True. When False,tpowers2010-03-281-0/+64
* | | Remove RuntimeError raised for unknown reference types, may be valid for exte...Georg Brandl2010-04-101-3/+0
* | | merge with trunkGeorg Brandl2010-04-061-7/+14
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-04-061-6/+13
| |\ \ | | |/ | |/|
| | * Fix the handling of multiple toctrees when creating the global TOC for the ``...Georg Brandl2010-04-061-6/+13
| * | merge with 0.6Georg Brandl2010-02-281-0/+2
| |\ \ | | |/
| | * Fix references to methods without a module.Georg Brandl2010-02-281-0/+2
* | | Fix handling of the default role: it needs to be looked up after patching the...Georg Brandl2010-02-281-9/+9
* | | #282: Added a "nitpicky" mode that emits warnings for all missing references.Georg Brandl2010-02-281-1/+13
* | | merge with trunkGeorg Brandl2010-02-281-1/+1
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-02-281-1/+1
| |\ \ | | |/
| | * Revert revision 0530a8aaaa9a; it does not work if dependent files are involved.Georg Brandl2010-02-281-2/+2
| | * store actual file modification time instead of now()anatoly techtonik2010-02-231-2/+2
| | * Fix long line.Georg Brandl2010-01-071-1/+2
* | | Add "orphan" metadata entry to suppress non-toctree-inclusion warnings.Georg Brandl2010-02-251-0/+2
* | | Make id and reference handling in LaTeX output much more robust, by prefixing...Georg Brandl2010-02-201-1/+2
* | | Get rid of the "module" node.Georg Brandl2010-02-201-4/+6
* | | Do not throw away existing section ids.Georg Brandl2010-02-201-1/+1