Skip to content

Commit

Permalink
Set lower pins for sphinxcontrib
Browse files Browse the repository at this point in the history
See sphinx-doc/sphinx#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' 
```
  • Loading branch information
gforsyth committed Jul 26, 2021
1 parent b6ceb80 commit 6f6b54e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 3092d929cd807926d846018f2ace47ba2f3b671b309c7a89cd3306e80c826b13

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv
entry_points:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6f6b54e

Please sign in to comment.