forked from pool/python-sphinxcontrib-fulltoc
- disable failing doc build, see
https://lists.opensuse.org/archives/list/python@lists.opensuse.org/thread/UXTSXGRQBDZHYLFOYOC7RLDJKTVNAPQQ/ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-fulltoc?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
710abc436b
commit
34070aee1f
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 29 14:15:55 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- disable failing doc build, see
|
||||||
|
https://lists.opensuse.org/archives/list/python@lists.opensuse.org/thread/UXTSXGRQBDZHYLFOYOC7RLDJKTVNAPQQ/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 1 15:57:07 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Tue Sep 1 15:57:07 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxcontrib-fulltoc
|
# spec file for package python-sphinxcontrib-fulltoc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -49,10 +49,10 @@ sed -i 's/version = subprocess.*/version = "%{version}"/' docs/source/conf.py
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
pushd docs
|
#pushd docs
|
||||||
LANG=C.UTF-8 READTHEDOCS=True PYTHONPATH=.. make html
|
#LANG=C.UTF-8 READTHEDOCS=True PYTHONPATH=.. make html
|
||||||
rm build/html/.buildinfo
|
#rm build/html/.buildinfo
|
||||||
popd
|
#popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
@@ -61,6 +61,7 @@ popd
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc ChangeLog README.rst docs/build/html
|
%doc ChangeLog README.rst
|
||||||
|
#docs/build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user