From 8a54dfa6e243db3b042ec86d7e330c6a8c6154a0 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jun 01 2018 20:57:41 +0000 Subject: do not build docs Flask 1.0's docs require a new "pallet-sphinx-themes" package, which we do not have yet in Fedora. --- diff --git a/python-flask.spec b/python-flask.spec index ef29699..d5906b1 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -89,8 +89,6 @@ rm -rf examples/minitwit/ %build %py2_build %py3_build -PYTHONPATH=`pwd` sphinx-build -b html docs/ docs/_build/html/ -rm -rf docs/_build/html/{.buildinfo,.doctrees} %install %py2_install @@ -128,11 +126,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %files doc %license LICENSE -%doc docs/_build/html examples +%doc examples %changelog * Fri Jun 01 2018 Ken Dreyer 1:1.0.2-1 - Update to 1.0.2 (rhbz#1572414) +- Do not build Sphinx docs (pallet-sphinx-themes not available) * Fri Apr 27 2018 Ricky Elrod - 1:1.0-1 - new version