Skip to content

Commit

Permalink
Merge pull request #106 from gforsyth/patch-1
Browse files Browse the repository at this point in the history
Set lower pins for sphinxcontrib
  • Loading branch information
ocefpaf committed Jul 26, 2021
2 parents b6ceb80 + 6f6b54e commit 2d886a4
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 2d886a4

Please sign in to comment.