summaryrefslogtreecommitdiff
path: root/sphinx/environment.py
Commit message (Expand)AuthorAgeFilesLines
* Sanitize the Environment.update() method API.Georg Brandl2009-03-051-23/+28
* Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-051-12/+12
* Make "numbered" toctree attribute optional.Georg Brandl2009-02-241-1/+1
* #109: fix circular import problems by moving exceptions into their own module.Georg Brandl2009-02-241-1/+1
* Paths to literal include files and download files can now be absolute too.Georg Brandl2009-02-241-8/+8
* Bump ENV_VERSION after section numbering change.Georg Brandl2009-02-221-1/+1
* #10: implement HTML section numbering.Georg Brandl2009-02-221-1/+64
* merge with 0.5Georg Brandl2009-02-211-0/+24
|\
| * #71: If a decoding error occurs in source files, print a warning and replace ...Georg Brandl2009-02-211-0/+21
* | Only move module targets that really come from module directives.Georg Brandl2009-02-201-1/+2
* | Make "make check" happy.Georg Brandl2009-02-191-17/+21
* | Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-0/+13
* | The HTML builder now stores a small file named ``.buildinfo`` inGeorg Brandl2009-02-191-2/+2
* | merge with 0.5Georg Brandl2009-02-181-1/+0
|\ \ | |/
| * Backport two fixes that should have been made here.Georg Brandl2009-02-181-3/+3
* | Fix the fix for #82.Georg Brandl2009-02-181-2/+3
* | merge with 0.5Georg Brandl2009-02-171-122/+256
|\ \ | |/ |/|
| * merge with 0.5Georg Brandl2009-02-171-120/+253
| |\
| | * Allow "self" in toctrees, as a reference to the document containing the direc...Georg Brandl2009-02-171-0/+13
| | * merge with trunkGeorg Brandl2009-02-151-70/+102
| | |\
| | | * merge with mainGeorg Brandl2009-02-141-28/+68
| | | |\
| | | * \ merge with trunkGeorg Brandl2009-01-261-19/+35
| | | |\ \
| | | * \ \ merge with trunkGeorg Brandl2009-01-221-2/+2
| | | |\ \ \
| | | * \ \ \ merge with trunkGeorg Brandl2009-01-141-3/+3
| | | |\ \ \ \
| | | * | | | | Reformat to EOL80.Georg Brandl2009-01-101-69/+102
| | * | | | | | Use well-named IDs before auto-named IDs.Georg Brandl2009-02-151-2/+14
| | | |_|_|_|/ | | |/| | | |
| | * | | | | merge with 0.5Georg Brandl2009-02-141-13/+25
| | |\ \ \ \ \
| | * | | | | | Image paths can now be absolute (like ``/images/foo.png``).Georg Brandl2009-02-141-1/+5
| | * | | | | | merge with 0.5Georg Brandl2009-02-121-2/+2
| | |\ \ \ \ \ \
| | * | | | | | | Add a rst_epilog setting, usable for global substitutions.Georg Brandl2009-02-071-3/+6
| | * | | | | | | Patch from Stefan Seefeld: make local toctree collapsible.Georg Brandl2009-02-071-6/+27
| | * | | | | | | Skip pygments-related tests if it is not installed.Georg Brandl2009-02-061-2/+0
| | * | | | | | | The new ``trim_footnote_reference_space`` config value mirrorsGeorg Brandl2009-01-261-1/+3
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Add a minimal test for external toctree links and fix a small bug found by it.Georg Brandl2009-01-261-2/+3
| | * | | | | | Added a toctree variable to the templates, and the ability toGeorg Brandl2009-01-261-17/+33
| | | |_|_|_|/ | | |/| | | |
| | * | | | | merge with 0.5Georg Brandl2009-01-141-2/+2
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | merge with 0.5Georg Brandl2009-01-131-31/+62
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | remove usage of .messageBenjamin Peterson2009-01-101-1/+1
| | | * | | | Fix a few remaining copyrights and add 2009 to license.Georg Brandl2009-01-041-4/+0
| | | * | | | Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-0/+4
| | | |\ \ \ \
| | | * \ \ \ \ merge in 0.5Georg Brandl2009-01-031-31/+62
| | | |\ \ \ \ \
| | | | * \ \ \ \ merge in 0.5Georg Brandl2009-01-021-31/+62
| | | | |\ \ \ \ \
| | | | | * | | | | Fix #46: allow linking to special labels via :ref:`abc <genindex>`.Georg Brandl2008-12-281-3/+7
| | | | | * | | | | Fix #6: Don't generate redundant ``<ul>`` for top-level TOC treeGeorg Brandl2008-12-281-3/+10
| | | | | * | | | | Close #4: Added a ``:download:`` role that marks a non-document fileGeorg Brandl2008-12-281-24/+24
| | | | | * | | | | Due to popular demand, added a ``:doc:`` role which directlyGeorg Brandl2008-12-281-1/+19
| | | | | * | | | | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
| | | | | * | | | | The ``toctree`` directive now supports a ``:hidden:`` flag,Georg Brandl2008-12-201-0/+2
* | | | | | | | | | Don't output system messages while resolving, because they would stay in the ...Georg Brandl2009-02-171-5/+8
|/ / / / / / / / /
* | | | | | | | | #82: Determine the correct path for dependencies noted byGeorg Brandl2009-02-171-2/+6
| |_|_|_|_|_|_|/ |/| | | | | | |