From 9506a6c6d40470c71bcb02b25e2ce97ffbe27a2e Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 12 Jan 2024 22:19:32 -0800 Subject: [PATCH] udpate doc deps --- docs/source/requirements.txt | 2 +- setup.cfg | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index c8203d0f..4e9484fa 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -1,3 +1,3 @@ -sphinx-book-theme==1.0.1 +sphinx-book-theme==1.1.0 sphinx-copybutton==0.5.2 sphinx-design==0.5.0 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 5692d3f1..2aa2a99e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,8 +50,9 @@ lint = isort==5.10.1 pylint==2.13.5 docs = - sphinx==4.5.0 - sphinx-rtd-theme==1.0.0 + sphinx==7.2.6 + sphinx-rtd-theme==2.0.0 + sphinx-book-theme==1.1.0 build = build twine