diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ca961460..b53711a5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" sphinx: configuration: docs/conf.py diff --git a/docs/_ext/djangodummy/requirements.txt b/docs/_ext/djangodummy/requirements.txt index f393149f..5bdc261b 100644 --- a/docs/_ext/djangodummy/requirements.txt +++ b/docs/_ext/djangodummy/requirements.txt @@ -3,3 +3,4 @@ Django == 3.2.25 django-extra-views == 0.14.0 sphinxcontrib-django == 0.5.1 +sphinx_rtd_theme==2.0.0 \ No newline at end of file