From ef27859f4536a5acb920a2d955754ff47c730289 Mon Sep 17 00:00:00 2001 From: notify Date: Thu, 30 Mar 2023 18:41:58 +0800 Subject: [PATCH] use furo theme --- docs/conf.py | 2 +- docs/diy/index.rst | 1 + docs/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 11cfd9c3..b3b44bff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,7 +70,7 @@ exclude_patterns = [] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx_book_theme' +html_theme = 'furo' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/diy/index.rst b/docs/diy/index.rst index 2d24ea9b..7b1d17f7 100644 --- a/docs/diy/index.rst +++ b/docs/diy/index.rst @@ -9,4 +9,5 @@ Diy文档 03-newgeneral.rst 04-newskill.rst 05-trigger.rst + 06-active.rst 03-events.rst diff --git a/docs/requirements.txt b/docs/requirements.txt index 06494e1f..e384c4d5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx-lua -sphinx-book-theme +furo