Skip to content

Commit bef18ff

Browse files
committed
Add typing-extension requirement for docs build
1 parent e97142d commit bef18ff

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/.docker/pip_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
typing-extensions
12
mkdocs-material
23
mkdocs-redirects
34
mkdocstrings

docs/src/.overrides/assets/stylesheets/extra.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,35 @@
1515
html a[title="DataJoint"].md-social__link svg {
1616
color: var(--dj-primary);
1717
}
18+
1819
html a[title="Slack"].md-social__link svg {
1920
color: var(--dj-primary);
2021
}
22+
2123
html a[title="LinkedIn"].md-social__link svg {
2224
color: var(--dj-primary);
2325
}
26+
2427
html a[title="Twitter"].md-social__link svg {
2528
color: var(--dj-primary);
2629
}
30+
2731
html a[title="GitHub"].md-social__link svg {
2832
color: var(--dj-primary);
2933
}
34+
3035
html a[title="DockerHub"].md-social__link svg {
3136
color: var(--dj-primary);
3237
}
38+
3339
html a[title="PyPI"].md-social__link svg {
3440
color: var(--dj-primary);
3541
}
42+
3643
html a[title="StackOverflow"].md-social__link svg {
3744
color: var(--dj-primary);
3845
}
46+
3947
html a[title="YouTube"].md-social__link svg {
4048
color: var(--dj-primary);
4149
}
@@ -92,6 +100,6 @@ html a[title="YouTube"].md-social__link svg {
92100
/* --md-footer-fg-color: var(--dj-white); */
93101
}
94102

95-
[data-md-color-scheme="slate"] .jupyter-wrapper .Table td {
96-
color: var(--dj-primary);
103+
[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
104+
color: var(--dj-black)
97105
}

0 commit comments

Comments
 (0)