From 6dd4fb03a6dbb50afbbb4806640e940c003d48b6 Mon Sep 17 00:00:00 2001 From: Andras Lasso Date: Sun, 25 Sep 2022 02:04:21 -0400 Subject: [PATCH] DOC: Add workaround for version parsing bug in readthedocs Readthedocs uses incorrect version parsing, which is not compatible with current sphinx version, see https://github.com/readthedocs/sphinx_rtd_theme/issues/1343. Implemented workaround until this issue is fixed. --- requirements-docs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 678a7c4c285..f34f3f99d09 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -3,7 +3,8 @@ linkify-it-py lxml myst-parser pygments -sphinx +# Workaround for readthedocs bug (https://github.com/readthedocs/sphinx_rtd_theme/issues/1343) +sphinx~=5.0,!=5.2.0.post0 sphinx-issues sphinx_markdown_tables>=0.0.17 sphinx-notfound-page