- Add missing BuildRequires on sphinxcontrib-jquery.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=35
This commit is contained in:
parent
60f0f73258
commit
5289f83d61
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 06:15:47 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Add missing BuildRequires on sphinxcontrib-jquery.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 4 20:34:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu May 4 20:34:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ Version: 1.2.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: ReadTheDocs.org theme for Sphinx
|
Summary: ReadTheDocs.org theme for Sphinx
|
||||||
License: Apache-2.0 AND MIT AND OFL-1.1
|
License: Apache-2.0 AND MIT AND OFL-1.1
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/snide/sphinx_rtd_theme/
|
URL: https://github.com/snide/sphinx_rtd_theme/
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -42,6 +41,7 @@ Requires: python-Sphinx
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
|
BuildRequires: %{python_module sphinxcontrib-jquery}
|
||||||
# as per https://github.com/readthedocs/sphinx_rtd_theme/pull/1336 no changes are needed for the new docutils to work
|
# 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 docutils}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user