[packages/python-urwid] docs seem to require sphinx >= 2.0.0
atler
atler at pld-linux.org
Sat Jan 16 15:21:44 CET 2021
commit 1723e898f6a32ffa56b1403c9c45f7eb925c0794
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Jan 16 15:18:11 2021 +0100
docs seem to require sphinx >= 2.0.0
...in order to support syntax {"members": True}
https://github.com/sphinx-doc/sphinx/issues/5459
python-urwid.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-urwid.spec b/python-urwid.spec
index 362d0b6..58c8ba0 100644
--- a/python-urwid.spec
+++ b/python-urwid.spec
@@ -29,7 +29,7 @@ BuildRequires: python3-devel >= 1:3.5
BuildRequires: python3-setuptools
%endif
%if %{with doc}
-BuildRequires: sphinx-pdg-2
+BuildRequires: sphinx-pdg-3 >= 2.0.0
%endif
Requires: python-modules >= 1:2.7
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -84,7 +84,7 @@ Dokumentacja API modułu urwid.
%if %{with doc}
cd docs
-sphinx-build-2 -b html . _html
+sphinx-build-3 -b html . _html
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-urwid.git/commitdiff/1723e898f6a32ffa56b1403c9c45f7eb925c0794
More information about the pld-cvs-commit
mailing list