From 62124c5edfdb78df346951db94d12710950cf1d2 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 8 Jan 2024 21:13:54 +0100 Subject: [PATCH] - try to disable network usage from sphinx --- python-django-celery.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-django-celery.spec b/python-django-celery.spec index 858ba44..c3614bf 100644 --- a/python-django-celery.spec +++ b/python-django-celery.spec @@ -94,6 +94,9 @@ Dokumentacja API modułu Pythona django-celery. %setup -q -n %{module}-%{version} %patch0 -p1 +# avoid network usage via sphinxcontrib-issuetracker during docs build +%{__sed} -i -e 's/Issue #\([0-9]\+\)/Issue ``#\1``/' docs/changelog.rst + %build %if %{with python2} %py_build %{?with_tests:test} -- 2.44.0