From 5cfc2208f9560aedbdaeaecd9e1bc93152ff94e8 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 12 Aug 2023 19:05:15 -0400 Subject: [PATCH] Pin Sphinx to <7.1 as workaround for sphinx-doc/sphinx#11543. Closes #212. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6957551..03862fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,4 +65,7 @@ docs = # local + # workaround for sphinx-doc/sphinx#11543 + sphinx < 7.1 + [options.entry_points]