summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add feature: theme package collection by using setuptools plugin mechanism.Takayuki 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
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
| |
* | Write theme information payload binary, not as text. Otherwise windows ↵Armin Ronacher2009-07-141-1/+1
|/ | | | users will be unhappy.
* 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
| | | | | * Make the right-/stickysidebar alternatives for the default design options. * Add theme-related options to quickstart.
* 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.Georg Brandl2009-01-051-0/+75