From f7493c3b2f5028442980a4428400e487114ecc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=9E=A5=EC=A3=BC?= Date: Fri, 17 Oct 2025 13:05:29 +0900 Subject: [PATCH] docs: complete GPL license fix - replace sphinx_rtd_theme with alabaster ' ' --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f663519..373c9ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pytest~=8.4", "build~=1.2", "twine~=5.1", - "sphinx_rtd_theme==1.0.0", + "alabaster~=0.7", "myst-parser==0.18.0" ] ml = [ diff --git a/requirements.txt b/requirements.txt index 54dba19..17ccd1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ pytz>=2024.1 pytest~=8.4 build~=1.2 twine~=5.1 -sphinx_rtd_theme==1.0.0 +alabaster~=0.7 myst-parser==0.18.0 \ No newline at end of file