]> git.pld-linux.org Git - packages/python-chardet.git/commitdiff
- doc BR: python3-sphinx_rtd_theme
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Oct 2019 16:49:15 +0000 (17:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Oct 2019 16:49:15 +0000 (17:49 +0100)
python-chardet.spec

index 1764979a2a73c77fa7b4fe741bbca2af71bd7b1c..56bc0beffb6daef4c6bd541f1cf91865841f4240 100644 (file)
@@ -36,7 +36,8 @@ BuildRequires:        python3-pytest
 %endif
 %endif
 %if %{with doc}
-BuildRequires: sphinx-pdg
+BuildRequires: python3-sphinx_rtd_theme
+BuildRequires: sphinx-pdg-3
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -89,7 +90,8 @@ Dokumentacja API moduĊ‚u Pythona chardet.
 
 %if %{with doc}
 PYTHONPATH=$(pwd) \
-%{__make} -C docs html
+%{__make} -C docs html \
+       SPHINXBUILD=sphinx-build-3
 %endif
 
 %install
This page took 0.174321 seconds and 4 git commands to generate.