Accepting request 1035676 from devel:languages:python
- Update to 1.1.1 * Docs: Add upgrade instructions and simplify conf.py (#1365) * Update versioning docs to be explicit about our versioning workflow (#1373) - Update to 1.1.0 release (#1372) * Do not overflow object cross references (#1369) * Remove Jinja2 dependency (#1360) * Move context logic for layout.html to jinja (#1356) * Additions to Tox and Circle CI matrix (#1349) * Translation updates: Pull translations from transifex, push new sources (#1354) * Update layout.html to support a sphinx version that is not three-integers (#1345) * Add sphinx 5.2 to test matrix (#1348) OBS-URL: https://build.opensuse.org/request/show/1035676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx_rtd_theme?expand=0&rev=15
This commit is contained in:
commit
906579ae63
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 19:04:38 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 1.1.1
|
||||
* Docs: Add upgrade instructions and simplify conf.py (#1365)
|
||||
* Update versioning docs to be explicit about our versioning workflow (#1373)
|
||||
|
||||
- Update to 1.1.0 release (#1372)
|
||||
* Do not overflow object cross references (#1369)
|
||||
* Remove Jinja2 dependency (#1360)
|
||||
* Move context logic for layout.html to jinja (#1356)
|
||||
* Additions to Tox and Circle CI matrix (#1349)
|
||||
* Translation updates: Pull translations from transifex, push new sources (#1354)
|
||||
* Update layout.html to support a sphinx version that is not three-integers (#1345)
|
||||
* Add sphinx 5.2 to test matrix (#1348)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 15:47:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-sphinx_rtd_theme%{psuffix}
|
||||
Version: 1.0.0
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Summary: ReadTheDocs.org theme for Sphinx
|
||||
License: Apache-2.0 AND MIT AND OFL-1.1
|
||||
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c
|
||||
size 2780623
|
3
sphinx_rtd_theme-1.1.1.tar.gz
Normal file
3
sphinx_rtd_theme-1.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103
|
||||
size 2783043
|
Loading…
Reference in New Issue
Block a user