From 9909c1dc07bbd364bd3d41c1b2b6caa89f75d359 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 6 Sep 2024 18:20:58 +0900 Subject: [PATCH 1/2] Update documentation theme to sphinx-book-theme --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d6e1198..f31e013 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -e . +sphinx-book-theme==1.1.3 From f5d984877fbe6fd352772c4409edfb1e6ceaa05e Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 6 Sep 2024 18:21:54 +0900 Subject: [PATCH 2/2] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 888b631..e86be57 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,5 +23,5 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = "alabaster" +html_theme = "sphinx_book_theme" html_static_path = ["_static"]