From c465d3c0e15a52e4109c9f80131e657d8bdb0471 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 29 Aug 2023 14:11:10 -0700 Subject: [PATCH] try to fix broken docs --- doc/conf.py | 1 + doc/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 36585f3b..8f550919 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -93,6 +93,7 @@ autoclass_content = "both" # a list of builtin themes. # # html_theme = 'alabaster' +html_theme = "sphinx_rtd_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/doc/requirements.txt b/doc/requirements.txt index b5173984..71ee8e11 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==4.3.2 -sphinx_rtd_theme==1.2.2 +sphinx==5.0.2 +sphinx_rtd_theme==1.3.0 readthedocs-sphinx-search==0.3.1 -- 2.47.3