summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update info for 0.6 final.0.6Georg Brandl2009-03-241-2/+2
* Update version info for 0.6b1.Georg Brandl2009-03-161-2/+2
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| * Post-release updates.Georg Brandl2008-12-151-1/+1
| * Prepare for 0.5.1 release.0.5.1Georg Brandl2008-12-151-2/+2
| * Bump version tag.Georg Brandl2008-12-051-1/+1
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Added better error message for missing roman.pymitsuhiko2008-12-071-0/+6
* | This is version 0.6.Georg Brandl2008-11-291-2/+2
* | Move builders and writers into new packages.Georg Brandl2008-11-291-0/+3
|/
* Final changes for 0.5.0.5gbrandl2008-11-231-1/+1
* Move command-line stuff to its own submodule. Emit nicer error messagesGeorg Brandl2008-11-081-163/+20
* Make output dir if it doesn't exist.Georg Brandl2008-11-041-2/+2
* Allow silencing all warnings with -Q.Georg Brandl2008-11-041-1/+6
* Add -A option to pass values into HTML templates.Georg Brandl2008-11-041-2/+22
* Update repo location.Georg Brandl2008-11-021-1/+1
* Remove the win32 check, should be covered by color_terminal.georg.brandl2008-10-161-1/+1
* Only do colors on terminals that support them. #4102.georg.brandl2008-10-161-2/+2
* Add translation of strings in JavaScript files.georg.brandl2008-09-061-1/+1
* Merged revisions 66061,66069 via svnmerge fromgeorg.brandl2008-08-301-0/+1
* Add math support to Sphinx.georg.brandl2008-08-061-10/+5
* Merged revisions 65498-65499,65526 via svnmerge fromgeorg.brandl2008-08-041-1/+1
* Add distutils command for building Sphinx.georg.brandl2008-07-291-1/+0
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromgeorg.brandl2008-07-291-1/+1
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...georg.brandl2008-07-181-1/+1
* Release preparation.georg.brandl2008-06-231-1/+1
* Fix printing of SystemMessages with Unicode content.georg.brandl2008-06-171-1/+1
* Don't ignore SystemExit; it shouldn't occur while building.georg.brandl2008-06-151-2/+0
* More logical "next"/"previous" links.georg.brandl2008-05-311-0/+5
* Rename version to 0.3.georg.brandl2008-05-041-1/+1
* Some pylint nits.georg.brandl2008-05-041-2/+4
* Allow the configuration directory to be set differently from the source direc...georg.brandl2008-05-021-9/+20
* Increase version number. Explain "fully qualified" in the config docs.georg.brandl2008-05-021-1/+1
* Use the mailing list as bug reporting address.georg.brandl2008-04-211-1/+1
* Stop appending the rev to the version number.georg.brandl2008-04-191-1/+1
* Return an exit status != 0 on error.georg.brandl2008-03-191-3/+6
* Improve handling of exceptions.georg.brandl2008-03-181-15/+39
* Support creating a Makefile in quickstart.georg.brandl2008-03-181-1/+2
* Actually use the Python repository's revision number.georg.brandl2008-03-091-1/+1
* * Allow custom static files to be created for the HTML builder.georg.brandl2008-02-231-3/+3
* Add setup.py, add quickstart script.georg.brandl2008-02-091-1/+1
* More refactoring:georg.brandl2008-01-271-51/+15
* Fix.georg.brandl2008-01-211-0/+1
* Further refactorings, add extensibility API.georg.brandl2008-01-211-23/+50
* A few refactorings in Sphinx.georg.brandl2008-01-161-27/+8
* Update copyright years and change license to BSD.georg.brandl2008-01-111-2/+2
* Checkin my holiday work:georg.brandl2007-12-291-13/+22
* A "-q" option to shut up stdout.georg.brandl2007-08-191-3/+8
* Fix searching and search index creation for incremental builds.georg.brandl2007-08-091-6/+11