From 3e9cd8acf8162b356fa6f70e6e851cec76376c1b Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 20 Feb 2023 15:06:41 +0100 Subject: [PATCH] use jupyterhub sphinx theme --- docs/requirements.txt | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6748578b..7af20d13 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,9 +9,9 @@ --editable . autodoc-traits +jupyterhub-sphinx-theme myst-parser pre-commit -pydata-sphinx-theme pytablewriter>=0.56 ruamel.yaml sphinx>=4 diff --git a/docs/source/conf.py b/docs/source/conf.py index dbd2c948..d0722b77 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -154,7 +154,7 @@ html_logo = "_static/images/logo/logo.png" html_favicon = "_static/images/logo/favicon.ico" html_static_path = ["_static"] -html_theme = "pydata_sphinx_theme" +html_theme = "jupyterhub_sphinx_theme" html_theme_options = { "icon_links": [ {