From ffd704938ed4ca07bded9f58159e77dc4a38c364 Mon Sep 17 00:00:00 2001 From: mauicv Date: Mon, 25 Jul 2022 11:55:22 +0100 Subject: [PATCH] Pin sphinx <5.1.0 (#722) * Pin sphinx <5.1.0 * Remove redundant comment --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 7b2ed82a2..528725254 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ # dependencies for building docs, separate from dev.txt as this is also used for builds on readthedocs.org # core dependencies -sphinx>=4.2.0, <6.0.0 # Enforce 4.x sphinx version so that mathjax works correctly +sphinx>=4.2.0, <5.1.0 sphinx-autodoc-typehints>=1.12.0, <=2.0.0 sphinx-rtd-theme>=1.0.0, <2.0.0 myst-parser>=0.14, <0.19