diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8d6ffb00..b69025a1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,9 +6,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: '3.12' + python: '3.13' # Build documentation in the docs/ directory with Sphinx sphinx: @@ -24,10 +24,7 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: install: - - requirements: requirements-doc.txt - - requirements: requirements.txt - - requirements: requirements-opt.txt - - path: . # path to the package relative to the root + - path: .[docs,tqdm,fsspec,s3fs] # path to the package relative to the root # Optionally include all submodules submodules: