mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Add the default themes back in as packages
This commit is contained in:
@@ -112,7 +112,9 @@ class UtilsTests(unittest.TestCase):
|
||||
|
||||
self.assertEqual(
|
||||
sorted(utils.get_theme_names()),
|
||||
sorted(['mkdocs', 'readthedocs', ]))
|
||||
sorted(['flatly', 'cerulean', 'slate', 'bootstrap', 'yeti',
|
||||
'spacelab', 'united', 'readable', 'simplex', 'mkdocs',
|
||||
'cosmo', 'journal', 'cyborg', 'readthedocs', 'amelia']))
|
||||
|
||||
@mock.patch('pkg_resources.iter_entry_points', autospec=True)
|
||||
def test_get_themes_warning(self, mock_iter):
|
||||
|
||||
@@ -2,5 +2,7 @@ click==4.0
|
||||
Jinja2==2.7.1
|
||||
livereload==2.3.2
|
||||
Markdown==2.5
|
||||
mkdocs-bootstrap==0.1.1
|
||||
mkdocs-bootswatch==0.1.0
|
||||
PyYAML==3.10
|
||||
tornado==4.1
|
||||
|
||||
@@ -2,5 +2,7 @@ click>=4.0
|
||||
Jinja2>=2.7.1
|
||||
livereload>=2.3.2
|
||||
Markdown>=2.5
|
||||
mkdocs-bootstrap>=0.1.1
|
||||
mkdocs-bootswatch>=0.1.0
|
||||
PyYAML>=3.10
|
||||
tornado>=4.1
|
||||
|
||||
Reference in New Issue
Block a user