aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 4c854b2..62fb173 100644
--- a/conf.py
+++ b/conf.py
@@ -65,7 +65,6 @@ exclude_patterns = [
'_build',
'Thumbs.db',
'.DS_Store',
- 'README.*',
]
@@ -88,7 +87,7 @@ html_context = {
html_theme_options = {
'prev_next_buttons_location': 'bottom',
- 'style_external_links': True,
+ 'style_external_links': False,
'vcs_pageview_mode': 'edit',
}