summaryrefslogtreecommitdiff
path: root/python-sphinx_rtd_theme-docutils.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python-sphinx_rtd_theme-docutils.patch')
-rw-r--r--python-sphinx_rtd_theme-docutils.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python-sphinx_rtd_theme-docutils.patch b/python-sphinx_rtd_theme-docutils.patch
new file mode 100644
index 0000000..ea5f6ef
--- /dev/null
+++ b/python-sphinx_rtd_theme-docutils.patch
@@ -0,0 +1,11 @@
+--- sphinx_rtd_theme-1.0.0/setup.py.orig 2021-09-13 21:18:57.000000000 +0200
++++ sphinx_rtd_theme-1.0.0/setup.py 2022-03-12 10:04:42.605720636 +0100
+@@ -119,7 +119,7 @@ setup(
+ python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
+ install_requires=[
+ 'sphinx>=1.6',
+- 'docutils<0.18',
++ 'docutils<0.19',
+ ],
+ tests_require=[
+ 'pytest',