]> git.pld-linux.org Git - packages/python-sphinxcontrib-asyncio.git/commitdiff
- use sphinx-build-2 for docs (not compatible with Sphinx 4)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2022 17:59:22 +0000 (19:59 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2022 17:59:22 +0000 (19:59 +0200)
python-sphinxcontrib-asyncio.spec

index 607f1509b1d18b11a0a22051167b035d66769f2a..c10103fe29e042c428861584bb26e40231ee8b04 100644 (file)
@@ -36,7 +36,7 @@ BuildRequires:        python3-pytest
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with doc}
-BuildRequires: sphinx-pdg
+BuildRequires: sphinx-pdg-2
 %endif
 Requires:      python-modules >= 1:2.7
 Requires:      python-sphinxcontrib
@@ -97,7 +97,8 @@ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 
 %if %{with doc}
 PYTHONPATH=$(pwd) \
-%{__make} -C docs html
+%{__make} -C docs html \
+       SPHINXBUILD=sphinx-build-2
 %endif
 
 %install
This page took 0.119457 seconds and 4 git commands to generate.