diff --git a/python-kubernetes.spec b/python-kubernetes.spec index 21546b1..9ac13e0 100644 --- a/python-kubernetes.spec +++ b/python-kubernetes.spec @@ -155,10 +155,12 @@ popd %py3_build %endif -%if 0%{?fedora} -sphinx-build doc/source/ html -%{__rm} -rf html/.buildinfo -%endif +#11.0 adds spinx-markdown-tables as a requirement +#It is not packaged in Fedora +#%if 0%{?fedora} +#sphinx-build doc/source/ html +#%{__rm} -rf html/.buildinfo +#%endif # Currently recommonmark requires an old version of commonmark, # commonmark (<=0.5.4) wich doesn't exist in fedora rawhide so @@ -201,7 +203,7 @@ cp -pr kubernetes/e2e_test %{buildroot}%{python3_sitelib}/%{library}/ %if 0%{?fedora} %files doc %license LICENSE -%doc html +#%doc html %endif %if 0%{?with_python3}