]> git.pld-linux.org Git - packages/python-urwid.git/commitdiff
docs seem to require sphinx >= 2.0.0 auto/th/python-urwid-2.1.2-1
authorJan Palus <atler@pld-linux.org>
Sat, 16 Jan 2021 14:18:11 +0000 (15:18 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 16 Jan 2021 14:19:30 +0000 (15:19 +0100)
...in order to support syntax {"members": True}

https://github.com/sphinx-doc/sphinx/issues/5459

python-urwid.spec

index 362d0b6c51c59b1842de0f36524aaddb262236ad..58c8ba000d673b682acc74906a029fa8122bf97b 100644 (file)
@@ -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
This page took 0.103364 seconds and 4 git commands to generate.