diff --git a/doc/conf.py b/doc/conf.py index b7483a3c..3a2bdf67 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -136,6 +136,7 @@ html_theme_options = {} if on_rtd or os.environ.get('USE_RTD_THEME', '0') == '1': html_theme = 'sphinx_rtd_theme' html_theme_options['collapse_navigation'] = False + html_theme_options['style_external_links'] = True else: html_theme = 'alabaster' html_theme_options['description'] = version