From ac44b43627f1312409a10a442cded935d12d4d4d2d5da3edde5ac5bde5c554ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 14 Nov 2022 14:38:47 +0000 Subject: [PATCH] drop the docutils pin OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=30 --- python-sphinx_rtd_theme.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 96db65b..dae4ca9 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -41,7 +41,8 @@ Requires: python-Sphinx BuildArch: noarch %if %{with test} BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module docutils < 0.18} +# as per https://github.com/readthedocs/sphinx_rtd_theme/pull/1336 no changes are needed for the new docutils to work +BuildRequires: %{python_module docutils} BuildRequires: %{python_module pytest} BuildRequires: %{python_module readthedocs-sphinx-ext} %endif