File tree Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change 1+ # .readthedocs.yaml
2+ # Read the Docs configuration file
3+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+ # Required
16version : 2
7+ build :
8+ os : ubuntu-22.04
9+ tools :
10+ python : " 3.11"
11+
12+ # Build documentation in the docs/ directory with Sphinx
13+ sphinx :
14+ configuration : doc/conf.py
15+
16+ # Declare the Python requirements required to build your docs
17+ # python:
18+ # install:
19+ # - method: pip
20+ # path: .
221
322build :
4- os : " ubuntu-20 .04"
23+ os : ubuntu-24 .04
524 tools :
6- python : " mambaforge-4.10"
7-
8- conda :
9- environment : doc/environment.yml
25+ python : " 3.13"
26+ jobs :
27+ create_environment :
28+ - python -m pip install --upgrade pip
29+ - python -m pip --version
30+ - python -m pip install --group ./pyproject.toml:dev
You can’t perform that action at this time.
0 commit comments