From 5a80141e53011b67c9baaffc816f66edb73dff35 Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Tue, 3 Oct 2023 17:37:34 +0200 Subject: [PATCH] RTD build error test --- docs/requirements.txt | 1 - pyproject.toml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e5ffcd5c..617d8d2f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ -sphinx >= 2.1 sphinx-rtd-theme myst-parser tomli >= 1.1.0 ; python_version < "3.11" diff --git a/pyproject.toml b/pyproject.toml index b0701992..a03498fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,8 +101,7 @@ deps = pytest commands = pytest [testenv:docs] -deps = sphinx >= 2.1 - sphinx-rtd-theme +deps = sphinx-rtd-theme myst-parser linkchecker tomli >= 1.1.0 ; python_version < "3.11"