diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-17 22:35:19 +0200 |
---|---|---|
committer | Nicolas Peugnet <n.peugnet@free.fr> | 2022-04-17 23:04:31 +0200 |
commit | c389dab1b81fc4902b78e008af1dc51303a05b92 (patch) | |
tree | 8e6f0afed6f4969bf28683f4c71e5ff8ad0588bb /conf.py | |
parent | a2c37e20a1a9220ad305cc62ea56c66c52717a15 (diff) | |
download | club1-docs-c389dab1b81fc4902b78e008af1dc51303a05b92.tar.gz club1-docs-c389dab1b81fc4902b78e008af1dc51303a05b92.zip |
style: better css rules + custom external links
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ html_context = { html_theme_options = { 'prev_next_buttons_location': 'bottom', - 'style_external_links': True, + 'style_external_links': False, 'vcs_pageview_mode': 'edit', } |