Skip to content

Commit

Permalink
docs seem to require sphinx >= 2.0.0
Browse files Browse the repository at this point in the history
...in order to support syntax {"members": True}

sphinx-doc/sphinx#5459
  • Loading branch information
jpalus committed Jan 16, 2021
1 parent 153a965 commit 1723e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-urwid.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1723e89

Please sign in to comment.