14
0
Sebastian Wagner
2022-01-29 14:16:13 +00:00
committed by Git OBS Bridge
parent 710abc436b
commit 34070aee1f
2 changed files with 13 additions and 6 deletions

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# 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
%python_build
pushd docs
LANG=C.UTF-8 READTHEDOCS=True PYTHONPATH=.. make html
rm build/html/.buildinfo
popd
#pushd docs
#LANG=C.UTF-8 READTHEDOCS=True PYTHONPATH=.. make html
#rm build/html/.buildinfo
#popd
%install
%python_install
@@ -61,6 +61,7 @@ popd
%files %{python_files}
%{python_sitelib}/*
%license LICENSE
%doc ChangeLog README.rst docs/build/html
%doc ChangeLog README.rst
#docs/build/html
%changelog