diff --git a/.readthedocs.yml b/.readthedocs.yml index 0346252..f143147 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,7 @@ build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "3.11" + python: "3.14" sphinx: builder: html diff --git a/docs/requirements.txt b/docs/requirements.txt index ced14fe..a3b2ddc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -crate-docs-theme +crate-docs-theme>=0.47.1.dev3