diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f3aa1f5..f4e0e48 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/requirements.txt b/requirements.txt index 291640a..348e29d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ pytest==8.1.1 pytest-django==4.8.0 pytest-cov==5.0.0 pytest-mock==3.14.0 -sphinx==4.3.2 +sphinx==7.3.6