From d4dd7143024cfbafc2edb0ec7c40905b6b18a49d Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 30 May 2022 11:56:48 +0200 Subject: [PATCH] Allow docutils 0.18 Updated upstream in https://github.com/sphinx-doc/sphinx/pull/10164, released as part of the 5.0.0 release: https://www.sphinx-doc.org/en/master/changes.html --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7d80758..d17b9de 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,7 +9,7 @@ source: sha256: 464d9c1bd5613bcebe76b46658763f3f3dbb184da7406e632a84596d3cd8ee90 build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . -vv entry_points: @@ -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