diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ee1f4055..edebf8f4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,18 +1,17 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: mambaforge-4.10 + nodejs: "18" apt_packages: - libpci-dev -# As of June 2021, We need to set up a conda environment to install -# a sufficiently new Node.js: https://github.com/readthedocs/readthedocs.org/issues/8249 - conda: environment: .readthedocs_env.yml python: - version: 3.8 install: - method: pip path: . diff --git a/.readthedocs_env.yml b/.readthedocs_env.yml index 0cab3567..4a506191 100644 --- a/.readthedocs_env.yml +++ b/.readthedocs_env.yml @@ -5,31 +5,21 @@ channels: dependencies: - astropy - astropy-sphinx-theme - - commonmark - ipyevents - - ipython + - ipykernel - ipywidgets - - jupyterlab - - jupyterlab_widgets - - krb5 - lxml - - ipykernel - matplotlib - nbclassic - - nodejs - - notebook - numpydoc - pip - pyopengl - pyqt - pyqtwebengine - - python=3.9 + - python =3.10 - qt - qtpy - - recommonmark - reproject - - scipy - setuptools - sphinx - sphinx-automodapi - - widgetsnbextension