From 12380646c800d73e8cbd63297f3bf61e2f2e7b9d Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Mar 11 2019 18:56:52 +0000 Subject: Remove python2-sphinx as the Python 3 version can be used. --- diff --git a/python-requests-cache.spec b/python-requests-cache.spec index 5f116b0..4fda080 100644 --- a/python-requests-cache.spec +++ b/python-requests-cache.spec @@ -18,7 +18,6 @@ BuildRequires: python3-sphinx # Python 2 BuildRequires: python2-devel BuildRequires: python2-requests -BuildRequires: python2-sphinx %global _description\ Requests-cache is a transparent persistent\ @@ -51,7 +50,7 @@ cache for the requests (version >= 1.1.0) library. rm -rf %{pypi_name}.egg-info # generate html docs -sphinx-build docs html +sphinx-build-3 docs html # remove the sphinx-build leftovers rm -rf html/.{doctrees,buildinfo}