]> git.pld-linux.org Git - packages/python-django-celery.git/commitdiff
- try to disable network usage from sphinx
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Jan 2024 20:13:54 +0000 (21:13 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Jan 2024 20:13:54 +0000 (21:13 +0100)
python-django-celery.spec

index 858ba448d28e73f1f14272d4b997bcdf5f801daf..c3614bfd6237b919e1e053ad2d78b35845ca5c38 100644 (file)
@@ -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}
This page took 0.121486 seconds and 4 git commands to generate.