summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
Commit message (Expand)AuthorAgeFilesLines
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Handle more file closing with "with"Ville Skyttä2016-07-071-3/+2
* Error message improvement: sphinx_rtd_theme not found errorryaanwells2016-04-251-1/+2
* Merge with 'stable'shimizukawa2016-01-241-2/+1
|\
| * Make alabaster and sphinx_rtd_theme dependencies optionalDmitry Shachnev2016-01-191-3/+2
* | Update error message if sphinx_rtd_theme not foundTakeshi KOMIYA2016-01-151-2/+2
* | Merge pull request #2087 from cppformat/optional-rtdTakayuki SHIMIZUKAWA2016-01-151-4/+13
|\ \
| * | Warn about sphinx_rtd_theme being unbundledvitaut2016-01-081-2/+6
| * | Make sphinx_rtd_theme optionalvitaut2015-10-161-2/+7
* | | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \ \ | | |/ | |/|
| * | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | | Merge branch 'stable'shimizukawa2015-11-221-3/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fixes #1884: plug-in html themes cannot inherit another plug-in themeshimizukawa2015-11-221-3/+2
* | fix some over-broad except: clausesGeorg Brandl2015-05-181-1/+1
|/
* theming: do not warn if theme is "default"Georg Brandl2015-05-181-5/+7
* Fix #1794: custom theme extended from alabaster or sphinx_rtd_theme can't fin...shimizukawa2015-04-051-20/+20
* include builtin thmemes automatically #1794Takayuki Hirai2015-03-231-0/+5
* fixed. Sphinx 1.3 can't load extra theme.tell-k2015-03-121-1/+1
* theming: make warning a bit more explicitGeorg Brandl2015-02-231-1/+3
* refs #1346. Add new default theme.shimizukawa2015-02-241-4/+24
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-1/+3
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-3/+2
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-1/+2
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-6/+8
|/
* 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.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 users...Armin Ronacher2009-07-141-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.Georg Brandl2009-01-051-0/+75