From 9ec3ad1ce7740d2b15b461826b31efd913a76662 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Fri, 31 Mar 2023 08:42:34 -0700 Subject: [PATCH] DOC: pin newest sphinx-book-theme --- docs/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ffb206558..97c551cfc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,10 +1,9 @@ absl-py ipython>=8.8.0 # 8.7.0 has ipython3 lexer error -pydata-sphinx-theme==0.13.1 # 0.13.2 is incompatible with sphinx-book-theme 1.0.0 # TODO(jakevdp) Update to sphinx>=6 when myst-nb supports it. sphinx>=5 sphinx-autodoc-typehints -sphinx-book-theme>=1.0.0 +sphinx-book-theme>=1.0.1 # Older versions fail to pin pydata-sphinx-theme sphinx-copybutton>=0.5.0 sphinx-remove-toctrees jupyter-sphinx>=0.3.2