diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e421c7e9..5ee5fc0f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ formats: all build: os: ubuntu-22.04 tools: - python: "3.11" + python: "mambaforge-22.9" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/docs/environment.yaml b/docs/environment.yaml index d51e6434..e2ea391d 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -2,8 +2,8 @@ name: docs # doxygen channels: - conda-forge dependencies: - - python=3.9 - - doxygen=1.9.1 + - python=3.12 + - doxygen=1.9.8 - pip - pip: - -r requirements.txt