Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow docutils 0.18 #120

Merged
merged 1 commit into from May 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 464d9c1bd5613bcebe76b46658763f3f3dbb184da7406e632a84596d3cd8ee90

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv
entry_points:
Expand All @@ -27,7 +27,7 @@ requirements:
- python >=3.6
- alabaster >=0.7,<0.8
- babel >=1.3
- docutils >=0.14,<0.18
- docutils >=0.14,<0.19
- imagesize
- importlib-metadata >=4.4
- jinja2 >=2.3
Expand Down