Skip to content

Commit

Permalink
change css
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed May 21, 2024
1 parent 356e5d5 commit a3f8715
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.jupyter-widgets {
color: var(--pst-color-text-base) !important;
}
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "nested-dask"
copyright = "2023, lincc-frameworks"
copyright = "2024, lincc-frameworks"
author = "lincc-frameworks"
release = version("nested-dask")
# for example take major/minor
Expand Down Expand Up @@ -55,4 +55,4 @@
autoapi_add_toc_tree_entry = False
autoapi_member_order = "bysource"

html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_book_theme"
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ nbsphinx
sphinx
sphinx-autoapi
sphinx-copybutton
sphinx-rtd-theme
sphinx-book-theme

0 comments on commit a3f8715

Please sign in to comment.