Skip to content

Commit 9d9e40a

Browse files
choldgrafjorisvandenbossche
authored andcommitted
BUG: fix default external links conf value (#68)
1 parent 660357c commit 9d9e40a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas_sphinx_theme/theme.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pygments_style = tango
66
[options]
77
sidebarwidth = 270
88
sidebar_includehidden = True
9-
external_links = []
10-
github_url = ''
11-
twitter_url = ''
9+
external_links =
10+
github_url =
11+
twitter_url =
1212
show_prev_next = True

0 commit comments

Comments
 (0)