From 74e88baebdce759c6a33a3c805a3decdd7e8a31d Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Wed, 11 Dec 2024 12:25:05 +0100 Subject: [PATCH] doc environment: update pins Avoid issues in new versions of pydata-sphinx-theme or sphinx-book-theme, e.g., https://github.com/pydata/pydata-sphinx-theme/issues/2067 --- docs/environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index 476a1d7..7f2d47d 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -3,7 +3,7 @@ name: spherely-docs channels: - conda-forge dependencies: - - python=3.10 + - python=3.11 - numpy - cxx-compiler - cmake @@ -12,8 +12,8 @@ dependencies: - s2geography>=0.2.0 - libabseil - sphinx - - pydata-sphinx-theme>=0.8.1 - - sphinx-book-theme>=0.3.3 + - pydata-sphinx-theme=0.15.4 + - sphinx-book-theme=1.1.3 - myst-nb - pip # TODO: install the library here when s2geography is packaged