From 887c7b7da21a66607952aad2ceb4062e771cc130 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 16:03:24 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-sphinx_rtd_theme.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index d3a8aba..df305c9 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 %global srcname sphinx_rtd_theme # Disables tests and docs @@ -5,7 +6,7 @@ Name: python-%{srcname} Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sphinx theme for readthedocs.org License: MIT @@ -181,6 +182,9 @@ grep 'format("woff2\?")' \ %endif %changelog +* Mon Jun 13 2022 Python Maint - 1.0.0-5 +- Bootstrap for Python 3.11 + * Wed Apr 13 2022 Miro HronĨok - 1.0.0-4 - Avoid build dependency on readthedocs-sphinx-ext