Skip to content

Commit 2ca32b7

Browse files
committed
fix external link formatting
closes #1
1 parent 4c9bf75 commit 2ca32b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dynamic = ["version", "description"]
2626
dependencies = [
27-
"pydata-sphinx-theme>=0.12.0dev0",
27+
"pydata-sphinx-theme>=0.12.0dev0,<0.13",
2828
]
2929

3030
[tool.flit.module]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.supportbutton a {
22
color: var(--pst-color-link);
33
}
4+
5+
.nav-link.nav-external:after {
6+
content: none;
7+
}

0 commit comments

Comments
 (0)