diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-08 21:12:28 +0200 |
---|---|---|
committer | Nicolas Peugnet <n.peugnet@free.fr> | 2022-04-09 13:52:02 +0200 |
commit | bcdff596cbf9250d685c28ed46c9a5c5cbde9b46 (patch) | |
tree | ed368d6ca374962b9a0f5551226265c5740b7725 /conf.py | |
parent | 81ed74fff4e8c5938a612d01c176031878328cab (diff) | |
download | club1-docs-bcdff596cbf9250d685c28ed46c9a5c5cbde9b46.tar.gz club1-docs-bcdff596cbf9250d685c28ed46c9a5c5cbde9b46.zip |
docs: scatterd updates + enable back external links
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ html_context = { html_theme_options = { 'prev_next_buttons_location': 'bottom', - 'style_external_links': False, + 'style_external_links': True, 'vcs_pageview_mode': 'edit', } |