From 386ac92bdd4192450fdff833c7a0d7dbee73ef1e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 25 May 2017 17:38:26 -0400 Subject: [PATCH] use alabaster --- docs/conf.py | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 96ea4cb7..5f6bd624 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -272,16 +272,9 @@ intersphinx_mapping = { 'blinker': ('https://pythonhosted.org/blinker/', None) } -try: - __import__('flask_sphinx_themes') - html_theme = 'flask' - html_theme_options = { - 'touch_icon': 'touch-icon.png' - } -except ImportError: - print('Flask theme unavailable; using the default theme.') - print('Install using `pip install Flask-Sphinx-Themes`.') - +html_theme_options = { + 'touch_icon': 'touch-icon.png' +} # unwrap decorators def unwrap_decorators():