From b1269b6bee73c16e4d10ce7e569e66e6be94ab91 Mon Sep 17 00:00:00 2001 From: Takanori Suzuki Date: Sat, 4 Oct 2025 19:30:21 +0900 Subject: [PATCH] ISSHA-3734 change theme to furo --- requirements.txt | 1 + source/conf.py | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3af208..2163ca9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +furo==2025.9.25 myst-parser==4.0.1 Sphinx==8.2.3 sphinxext-opengraph[social-cards]==0.12.0 diff --git a/source/conf.py b/source/conf.py index 6dac56d..bc43376 100644 --- a/source/conf.py +++ b/source/conf.py @@ -57,9 +57,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'theme' - -html_theme_path = ['_themes'] +html_theme = 'furo' html_title = 'PyCon JP Association' @@ -67,10 +65,7 @@ html_show_copyright = False -# 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, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_logo = "_static/pyconjp_logo.png" html_favicon = '_static/favicon.png'