From 6a60cadd5484efb3b020be6623d0230897f45ac2 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:17:13 +0600 Subject: [PATCH] Change (#54) --- docs/conf.py | 2 +- poetry.lock | 18 ++++++++++++++++-- pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7f1532a..29ecafa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,5 +32,5 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = "furo" +html_theme = "shibuya" html_static_path = ["_static"] diff --git a/poetry.lock b/poetry.lock index e3a4721..7d0b049 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -715,6 +715,20 @@ urllib3 = ">=1.21.1,<3" socks = ["PySocks (>=1.5.6,!=1.5.7)"] use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] +[[package]] +name = "shibuya" +version = "2024.6.23" +description = "A clean, responsive, and customizable Sphinx documentation theme with light/dark mode." +optional = false +python-versions = ">=3.7" +files = [ + {file = "shibuya-2024.6.23-py3-none-any.whl", hash = "sha256:0ec37b150efb107d699318358ee106a1d2f01221d468adc0e716a6d09e3d77b5"}, + {file = "shibuya-2024.6.23.tar.gz", hash = "sha256:efb7da3c6691ff9cd475c93f1c1bea3a10377756ea32fd6da6bccf4adab33e38"}, +] + +[package.dependencies] +Sphinx = "*" + [[package]] name = "snowballstemmer" version = "2.2.0" @@ -902,4 +916,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e16d6e48b86e99a6fd413a3ae926245fed8078abba15f6fe47965cad5ab18ec0" +content-hash = "fe505ba31f8af087c367dc468094d5f2f725b8e2018cae713b142ea2fe609632" diff --git a/pyproject.toml b/pyproject.toml index d62a5c9..fa36bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python = "^3.12" [tool.poetry.group.docs.dependencies] -furo = "^2024.5.6" +shibuya = "^2024.6.23" myst-parser = "^3.0.1" sphinx = "^7.3.7"