We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 280c76b + a8a303c commit 6901885Copy full SHA for 6901885
doc/conf.py
@@ -256,13 +256,13 @@
256
# fall back if theme is not there
257
try:
258
__import__('flask_theme_support')
259
-except ImportError, e:
260
- print '-' * 74
261
- print 'Warning: Flask themes unavailable. Building with default theme'
262
- print 'If you want the Flask themes, run this command and build again:'
263
- print
264
- print ' git submodule update --init'
265
+except ImportError as e:
+ print('-' * 74)
+ print('Warning: Flask themes unavailable. Building with default theme')
+ print('If you want the Flask themes, run this command and build again:')
+ print()
+ print(' git submodule update --init')
266
267
pygments_style = 'tango'
268
html_theme = 'default'
0 commit comments