mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
doc: Style external links in RTD theme
This commit is contained in:
parent
81684a6c9d
commit
fc422b1107
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue