From 8968c566259f9ece9cd3734ff523d630c4fe7659 Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Mon, 13 Jan 2025 21:02:47 +0100 Subject: [PATCH] Try fixing docs --- .readthedocs.yml | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8d9ccae..fc41e3d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,3 +15,4 @@ python: sphinx: builder: html fail_on_warning: true + configuration: docs/source/conf.py diff --git a/pyproject.toml b/pyproject.toml index bb269f1..d52bf43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,11 +50,11 @@ dev = [ 'pytest>=6.0' ] docs = [ - 'sphinx~=6.0', + 'sphinx~=8.1', 'sphinx-copybutton~=0.5.0', 'sphinx-book-theme~=1.0', 'sphinx-autoapi~=3.0', - 'sphinx-click~=4.0' + 'sphinx-click~=6.0' ] [project.scripts]