parent
ae563f1f5f
commit
9b5635f2d8
@ -1,34 +0,0 @@
|
|||||||
From 8d07f406105c8196ac01519c770dd87c09d54465 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jakob Lykke Andersen <Jakob@caput.dk>
|
|
||||||
Date: Sun, 2 Aug 2020 15:36:28 +0200
|
|
||||||
Subject: [PATCH] Allow Sphinx 3.2
|
|
||||||
|
|
||||||
---
|
|
||||||
requirements/production.txt | 2 +-
|
|
||||||
setup.py | 2 +-
|
|
||||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/requirements/production.txt b/requirements/production.txt
|
|
||||||
index cdfe658e..c6f74e00 100644
|
|
||||||
--- a/requirements/production.txt
|
|
||||||
+++ b/requirements/production.txt
|
|
||||||
@@ -2,5 +2,5 @@ docutils>=0.12
|
|
||||||
Jinja2>=2.7.3
|
|
||||||
MarkupSafe>=0.23
|
|
||||||
Pygments>=1.6
|
|
||||||
-Sphinx>=3.0,<3.2
|
|
||||||
+Sphinx>=3.0,<3.3
|
|
||||||
six>=1.9.0
|
|
||||||
diff --git a/setup.py b/setup.py
|
|
||||||
index a8f2a71b..4dc7fd20 100644
|
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -15,7 +15,7 @@
|
|
||||||
render `Doxygen <http://www.doxygen.org>`__ xml output.
|
|
||||||
'''
|
|
||||||
|
|
||||||
-requires = ['Sphinx>=3.0,<3.2', 'docutils>=0.12', 'six>=1.9']
|
|
||||||
+requires = ['Sphinx>=3.0,<3.3', 'docutils>=0.12', 'six>=1.9']
|
|
||||||
|
|
||||||
if sys.version_info < (3, 5):
|
|
||||||
print('ERROR: Sphinx requires at least Python 3.5 to run.')
|
|
@ -1 +1 @@
|
|||||||
SHA512 (v4.19.2.tar.gz) = b4dee7dc89faf35a4ee291c15d1b40ef1237912704a8c6abe8134dd7fbeb9889e0503c99f4d3ad48265a205e4b69a39fddbc999422aa0eb826d3add4911eeb4d
|
SHA512 (v4.20.0.tar.gz) = 639c5e950b1dd3a114cc28715b2cfc65f2415d7706dbdaa8236e31644df3e3d2c81e47598823599b4f72097acedd8917447f23f6392fe44ed863b28d37786f42
|
||||||
|
Loading…
Reference in new issue