- update to 0.5.1
* no upstream changelog available OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=23
This commit is contained in:
parent
8d7ae03d60
commit
a145ffe986
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 2 00:35:37 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.5.1
|
||||||
|
* no upstream changelog available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 15:45:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Jun 6 15:45:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinx_rtd_theme
|
# spec file for package python-sphinx_rtd_theme
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-sphinx_rtd_theme%{psuffix}
|
Name: python-sphinx_rtd_theme%{psuffix}
|
||||||
Version: 0.4.3
|
Version: 0.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ReadTheDocs.org theme for Sphinx
|
Summary: ReadTheDocs.org theme for Sphinx
|
||||||
License: MIT AND Apache-2.0 AND OFL-1.1
|
License: MIT AND Apache-2.0 AND OFL-1.1
|
||||||
@ -55,6 +55,14 @@ if you're just trying to use it on your project outside of that site.
|
|||||||
%setup -q -n sphinx_rtd_theme-%{version}
|
%setup -q -n sphinx_rtd_theme-%{version}
|
||||||
dos2unix OFL-License.txt
|
dos2unix OFL-License.txt
|
||||||
|
|
||||||
|
# We cannot build the Javascript from source at this time, due to many missing
|
||||||
|
# dependencies. Convince the build script to skip building the Javascript and
|
||||||
|
# go on to the python.
|
||||||
|
mkdir -p build/lib/%{srcname}/static/js
|
||||||
|
cp -p sphinx_rtd_theme/static/js/badge_only.js build/lib/%{srcname}/static/js
|
||||||
|
cp -p sphinx_rtd_theme/static/js/theme.js build/lib/%{srcname}/static/js
|
||||||
|
sed -i "/'build_py'/d" setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a
|
|
||||||
size 5391190
|
|
3
sphinx_rtd_theme-0.5.1.tar.gz
Normal file
3
sphinx_rtd_theme-0.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eda689eda0c7301a80cf122dad28b1861e5605cbf455558f3775e1e8200e83a5
|
||||||
|
size 2774928
|
Loading…
Reference in New Issue
Block a user