From b8b8725f95aa31101d65cf614f06381210d4531f Mon Sep 17 00:00:00 2001 From: Keurfon Luu Date: Mon, 1 Nov 2021 12:25:36 -0700 Subject: [PATCH] use book theme --- doc/requirements.txt | 2 +- doc/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 0d72485..341e823 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,6 +2,6 @@ matplotlib sphinx sphinx-argparse sphinx-gallery -sphinx-rtd-theme +sphinx-book-theme sphinxcontrib-bibtex -e git://github.com/Naeka/pybtex-apa-style.git#egg=pybtex-apa-style \ No newline at end of file diff --git a/doc/source/conf.py b/doc/source/conf.py index 7cc8c9d..0f651a7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -17,7 +17,7 @@ import disba project = "disba" -copyright = "2020, Keurfon Luu" +copyright = "2021, Keurfon Luu" author = "Keurfon Luu" version = disba.__version__ @@ -123,7 +123,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "sphinx_rtd_theme" +html_theme = "sphinx_book_theme" html_theme_path = [ "_themes", ]