diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a681980..1fb64b6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,9 +6,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3.11" + python: "3.14" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -22,4 +22,4 @@ python: install: - method: pip path: . - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 412cafc..8cd9cd5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ - m2r2>=0.3.2 -sphinx>=7.2.6,<9 -sphinx-autoapi>=3.0.0,<4 -sphinx-rtd-theme>=2.0.0,<3 +sphinx>=8,<9 +sphinx-autoapi>=3,<4 +sphinx-rtd-theme>=3,<4