From a84af000d74aa9b3f09011f2a42d57947648db48 Mon Sep 17 00:00:00 2001 From: Kwok-Shing Chan <39571502+kschan0214@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:39:09 -0400 Subject: [PATCH] update --- docs/conf.py | 4 ++-- docs/requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 120c529..d5b1665 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,8 +75,8 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'default' -# html_theme = "sphinx_rtd_theme" +# html_theme = 'default' +html_theme = "sphinx_rtd_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/docs/requirements.txt b/docs/requirements.txt index db65096..7c47666 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ Sphinx==5.1.1 docutils<0.17 +sphinx-rtd-theme