diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6be8ab7d..0955a1e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "mambaforge-22.9" + python: "mambaforge-latest" conda: environment: docs/build-environment.yml diff --git a/docs/build-environment.yml b/docs/build-environment.yml index 6e7a5650..4854f2f3 100644 --- a/docs/build-environment.yml +++ b/docs/build-environment.yml @@ -4,6 +4,7 @@ channels: - conda-forge dependencies: + - micromamba - python=3.10 - pip - nodejs=20 @@ -13,6 +14,6 @@ dependencies: - myst-parser - pydata-sphinx-theme - jupyterlab >=4.0.5,<5 - - jupyterlite-core >=0.2,<0.3.0 - - jupyterlite-sphinx >=0.10 - - jupyterlite-xeus >=0.1.8,<0.2.0 + - jupyterlite-core + - jupyterlite-sphinx + - jupyterlite-xeus diff --git a/docs/conf.py b/docs/conf.py index 37eb2bd8..30cd50f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,6 +19,7 @@ html_theme = "pydata_sphinx_theme" jupyterlite_dir = "." +jupyterlite_silence = False html_theme_options = { "logo": {