From 7918aa1723002d396af49172b92ccd1c1e699b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=BCller?= Date: Sun, 24 Sep 2023 18:08:29 +0200 Subject: [PATCH] fix docs --- .readthedocs.yaml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 827ffc2..cac34f3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.11" python: install: diff --git a/pyproject.toml b/pyproject.toml index cb18618..b654dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,8 @@ dependencies = [ [project.optional-dependencies] docs = [ - "sphinx", - "sphinx-rtd-theme" + "sphinx>=7", + "sphinx-rtd-theme>=1.0" ] [project.urls]