From 6f6b54e506aeb6c01213d1f9e4cb821164d28b21 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 26 Jul 2021 16:11:47 -0400 Subject: [PATCH] Set lower pins for sphinxcontrib See https://github.com/sphinx-doc/sphinx/pull/9448 for more context, but `sphinx-build` breaks with versions of these `sphinxcontrib` dependencies if they aren't at a high-enough version The error in question is: ``` Extension error: Could not import extension sphinx.builders.epub3 (exception: cannot import name 'RemovedInSphinx40Warning' from 'sphinx.deprecation' ``` --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ca1f00d..807f798 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,7 +9,7 @@ source: sha256: 3092d929cd807926d846018f2ace47ba2f3b671b309c7a89cd3306e80c826b13 build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . -vv entry_points: @@ -38,10 +38,10 @@ requirements: - snowballstemmer >=1.1 - sphinxcontrib-applehelp - sphinxcontrib-devhelp - - sphinxcontrib-htmlhelp + - sphinxcontrib-htmlhelp >=2.0.0 - sphinxcontrib-jsmath - sphinxcontrib-qthelp - - sphinxcontrib-serializinghtml + - sphinxcontrib-serializinghtml >=1.1.5 # only _strictly_ a windows dependency, but appeases `pip check` - colorama >=0.3.5