diff --git a/python-sphinxcontrib-fulltoc.changes b/python-sphinxcontrib-fulltoc.changes index 08ef133..be16117 100644 --- a/python-sphinxcontrib-fulltoc.changes +++ b/python-sphinxcontrib-fulltoc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 29 14:15:55 UTC 2022 - Sebastian Wagner + +- 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 diff --git a/python-sphinxcontrib-fulltoc.spec b/python-sphinxcontrib-fulltoc.spec index 54b7130..36fb40c 100644 --- a/python-sphinxcontrib-fulltoc.spec +++ b/python-sphinxcontrib-fulltoc.spec @@ -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