Disable Sphinx extensions that require Internet access
This commit is contained in:
parent
68de367e5b
commit
d641e3b896
@ -1,7 +1,7 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
Name: python-hypothesis
|
Name: python-hypothesis
|
||||||
Version: 5.20.3
|
Version: 5.20.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: based testing for python code
|
Summary: based testing for python code
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: https://github.com/HypothesisWorks/hypothesis-python
|
URL: https://github.com/HypothesisWorks/hypothesis-python
|
||||||
@ -35,6 +35,7 @@ Help document for the python-hypothesis
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n hypothesis-hypothesis-python-%{version}/hypothesis-python -p1
|
%autosetup -n hypothesis-hypothesis-python-%{version}/hypothesis-python -p1
|
||||||
|
sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -54,6 +55,9 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
|||||||
%{python3_sitelib}/hypothesis/
|
%{python3_sitelib}/hypothesis/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 2 2021 lingsheng<lingsheng@huawei.com> - 5.20.3-2
|
||||||
|
- Disable Sphinx extensions that require Internet access
|
||||||
|
|
||||||
* Sat Aug 8 2020 tianwei<tianwei12@huawei.com> - 5.20.3-1
|
* Sat Aug 8 2020 tianwei<tianwei12@huawei.com> - 5.20.3-1
|
||||||
- update release to 5.20.3
|
- update release to 5.20.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user