diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4d6447d..0f730b6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,12 +5,15 @@ # # Required version: 2 +build: + os: ubuntu-24.04 + tools: + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py python: - version: "3.8" install: - requirements: docs-requirements.txt - requirements: requirements.txt diff --git a/setup.cfg b/setup.cfg index 561e5f0..d552b20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,10 +39,10 @@ test = pytest-runner docs = - sphinx==4.1.2 - sphinx-autobuild==2021.3.14 - sphinx-rtd-theme==0.5.2 - myst-parser==0.15.2 + sphinx + sphinx-autobuild + sphinx-rtd-theme + myst-parser dist = build