diff options
| author | Georg Brandl <georg@python.org> | 2010-01-07 14:16:53 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-07 14:16:53 +0100 |
| commit | aac734ec4645d22a2f7fc45c28992e9cb995b36b (patch) | |
| tree | 1191ca3b58ec23ed0f0ae94a6cd6a613c64071f3 /tests/test_theming.py | |
| parent | 6cf86073b1f6d739a068607e25707b8b30904178 (diff) | |
| download | sphinx-aac734ec4645d22a2f7fc45c28992e9cb995b36b.tar.gz | |
Added new HTML theme ``haiku``, inspired by the Haiku OS user guide.
Diffstat (limited to 'tests/test_theming.py')
| -rw-r--r-- | tests/test_theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_theming.py b/tests/test_theming.py index be5105a6..0cad0f8d 100644 --- a/tests/test_theming.py +++ b/tests/test_theming.py @@ -24,7 +24,7 @@ def test_theme_api(app): # test Theme class API assert set(Theme.themes.keys()) == \ - set(['basic', 'default', 'scrolls', 'agogo', 'sphinxdoc', + set(['basic', 'default', 'scrolls', 'agogo', 'sphinxdoc', 'haiku', 'traditional', 'testtheme', 'ziptheme', 'epub', 'nature']) assert Theme.themes['testtheme'][1] is None assert isinstance(Theme.themes['ziptheme'][1], zipfile.ZipFile) |
