Skip to content

Commit

Permalink
Update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 22, 2024
1 parent 1959fcf commit ce088a9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
27 changes: 25 additions & 2 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
:root[data-theme="light"],
:root[data-theme="dark"] {
--pst-color-inline-code: var(--holoviz-main-color);
--pst-color-link-hover: var(--holoviz-main-color);
--pst-color-link: var(--holoviz-main-color);
--pst-color-primary: var(--holoviz-main-color);
--pst-color-secondary-highlight: var(--holoviz-main-color);
--pst-color-secondary: var(--holoviz-main-color);
--pst-violet-600: var(--holoviz-main-color);
--sd-color-card-border-hover: var(--holoviz-main-color);
}

:root[data-theme="light"] {
--pst-color-primary: rgb(47, 47, 47);
--pst-color-link: rgb(56, 123, 178);
--holoviz-main-color: #387bb2;
}

:root[data-theme="dark"] {
--holoviz-main-color: #387bb2;
}

#binder-link {
display: inline-block;
font-size: 0.9rem;
padding-left: 1.5rem;
padding-top: 1rem;
padding-bottom: 1rem;
}
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
'nbsite.gallery',
'nbsite.analytics',
]

myst_enable_extensions = ["colon_fence", "deflist"]

napoleon_numpy_docstring = True

nbsite_analytics = {
Expand Down

0 comments on commit ce088a9

Please sign in to comment.