summaryrefslogtreecommitdiff
path: root/sphinx/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Backport two fixes that should have been made here.Georg Brandl2009-02-181-0/+2
* On Windows, the target of os.rename() may not exist.Georg Brandl2009-01-131-0/+10
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* Fix for Unicode strftime formats.Georg Brandl2008-11-131-0/+6
* #14: allow distinct programs for cmdoption directive.Georg Brandl2008-11-091-0/+5
* Move nested parsing with titles to util function.Georg Brandl2008-11-091-0/+11
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...Georg Brandl2008-08-041-1/+1
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...Georg Brandl2008-07-181-1/+1
* Actually make the regex a re object. Thanks to Kent Tenney.Georg Brandl2008-05-301-1/+1
* Add exclude_trees config value.Georg Brandl2008-05-241-3/+8
* Handle project names with spaces.Georg Brandl2008-05-231-0/+6
* Add globbing-style toctree entries.Georg Brandl2008-05-041-1/+63
* Add exclude_dirs config value.Georg Brandl2008-05-021-3/+5
* Follow links when searching documents and document changes from Armin.Georg Brandl2008-04-271-1/+25
* Rebuild all HTML files in case of a template change.Georg Brandl2008-03-251-0/+13
* Don't try to build copied sources if source suffix is .txt.Georg Brandl2008-03-231-1/+4
* Improve handling of exceptions.Georg Brandl2008-03-181-0/+25
* Add first version of sphinx.ext.autodoc that generates documentation from doc...Georg Brandl2008-03-141-0/+8
* Add coverage builder for Sphinx, written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-0/+6
* Add setup.py, add quickstart script.Georg Brandl2008-02-091-2/+3
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-8/+9
* More refactoring:Georg Brandl2008-01-271-9/+0
* A few refactorings in Sphinx.Georg Brandl2008-01-161-8/+0
* Update copyright years and change license to BSD.Georg Brandl2008-01-111-2/+2
* - rename webify/unwebify to canonical/os_pathGeorg Brandl2007-12-071-18/+14
* Apply Tim Golden's patch from #1520, which resolves confusion betweenGeorg Brandl2007-12-031-5/+23
* Move utils to separate package, add coding document.Georg Brandl2007-07-241-0/+109