Commit f3181928 authored by Michal Čihař's avatar Michal Čihař

Fix pylint errors

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 2417b5b3
......@@ -109,9 +109,10 @@ if os.environ.get('READTHEDOCS', None) == 'True':
html_theme = 'default'
else:
try:
# pylint: disable=W0611
import alabaster
html_theme = 'alabaster'
except ImportErrror:
except ImportError:
html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment