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