Skip to content

Commit

Permalink
[DOCS] Added logo for external links
Browse files Browse the repository at this point in the history
To inform the user of links to pages outside of the Aluminum documentation, style_external_links was changed in /docs/conf.py .
See https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html#confval-style_external_links
  • Loading branch information
ZelnickB committed Aug 9, 2020
1 parent 5483865 commit acaf266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
html_static_path = ['_static']

html_theme_options = {
'logo_only': True
'logo_only': True,
'style_external_links': True
}

0 comments on commit acaf266

Please sign in to comment.