From 7fe13822f8478c44c65a5db24ba43ced2329bd3c Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Sun, 16 Jul 2023 17:47:33 +0200 Subject: [PATCH] fix broken doc building on readthedocs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e50312851c..c79dca52cb 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'test': ['pytest>=7', 'pytest-mock>=3', 'mock>=4', 'pytest-cov', 'coverage'], - 'docs': ['sphinx>=5', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'], + 'docs': ['sphinx>=5,<7', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'], }, long_description=pathlib.Path('README.rst').read_text(encoding='utf-8'), classifiers=[