diff --git a/python-sphinx_rtd_theme.changes b/python-sphinx_rtd_theme.changes index 7b9e8d0..a924377 100644 --- a/python-sphinx_rtd_theme.changes +++ b/python-sphinx_rtd_theme.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Nov 9 19:04:38 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 0203cf0..dae4ca9 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -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 diff --git a/sphinx_rtd_theme-1.0.0.tar.gz b/sphinx_rtd_theme-1.0.0.tar.gz deleted file mode 100644 index 20ac8dd..0000000 --- a/sphinx_rtd_theme-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c -size 2780623 diff --git a/sphinx_rtd_theme-1.1.1.tar.gz b/sphinx_rtd_theme-1.1.1.tar.gz new file mode 100644 index 0000000..addf018 --- /dev/null +++ b/sphinx_rtd_theme-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103 +size 2783043