summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #1386: Fix bug preventing more than one theme being added by the entry...Georg Brandl2014-03-011-1/+1
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Add feature: theme package collection by using setuptools plugin mechanism.shimizukawa2013-09-161-2/+45
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Make Theme class usable without a builder object.Georg Brandl2010-10-301-5/+6
* | Docstring harmonization.Georg Brandl2010-08-221-10/+4
|/
* merge with 0.6Georg Brandl2010-01-011-1/+1
|\
| * Write theme information payload binary, not as text. Otherwise windows users...mitsuhiko2009-07-141-1/+1
* | Happy new year!Georg Brandl2010-01-011-1/+1
|/
* Use package_dir for themepath.Georg Brandl2009-03-241-2/+2
* Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-051-1/+1
* #109: fix circular import problems by moving exceptions into their own module.Georg Brandl2009-02-241-5/+1
* Fix the serializing and changes builders, and really test them.Georg Brandl2009-02-211-2/+2
* Add theming test suite, fix a few bugs and doc problems.Georg Brandl2009-02-151-1/+1
* * Add support for theme options.Georg Brandl2009-02-151-1/+22
* Support theme zipfiles.Georg Brandl2009-02-151-4/+50
* Fix more line length and trailing whitespace.Georg Brandl2009-01-101-1/+1
* Add Pygments style selection to theming.Georg Brandl2009-01-101-2/+11
* Use the correct style name.Georg Brandl2009-01-051-2/+14
* Basic theme infrastructure.gbrandl2009-01-051-0/+75