From a3f87150b556aa03ba932e0f9a314091c0c96225 Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Tue, 21 May 2024 13:49:46 -0700 Subject: [PATCH] change css --- docs/_static/custom.css | 3 +++ docs/conf.py | 4 ++-- docs/requirements.txt | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 docs/_static/custom.css diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 0000000..d38d4d5 --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +1,3 @@ +.jupyter-widgets { + color: var(--pst-color-text-base) !important; +} \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 0f7b5c4..27abda2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 @@ -55,4 +55,4 @@ autoapi_add_toc_tree_entry = False autoapi_member_order = "bysource" -html_theme = "sphinx_rtd_theme" +html_theme = "sphinx_book_theme" diff --git a/docs/requirements.txt b/docs/requirements.txt index ee05654..661f412 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,4 +7,4 @@ nbsphinx sphinx sphinx-autoapi sphinx-copybutton -sphinx-rtd-theme \ No newline at end of file +sphinx-book-theme \ No newline at end of file