public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-py] pr7: https://fedoraproject.org/wiki/Changes/Sphinx2
Date: Sat, 01 Aug 2026 11:43:35 GMT [thread overview]
Message-ID: <178558461559.1.3808152449175087178.rpms-python-py-c78d8baf41d3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-py
Branch : pr7
Commit : c78d8baf41d3f080464c808c1f0eed6bfa3f72aa
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2019-03-28T02:25:29+01:00
Stats : +2/-11 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-py/c/c78d8baf41d3f080464c808c1f0eed6bfa3f72aa?branch=pr7
Log:
https://fedoraproject.org/wiki/Changes/Sphinx2
---
diff --git a/python-py.spec b/python-py.spec
index dfa680d..0673737 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -49,9 +49,6 @@ Summary: Library with cross-python path, ini-parsing, io, code, log facil
BuildRequires: python2-devel
BuildRequires: python2-setuptools
BuildRequires: python2-setuptools_scm
-%if %{with docs}
-BuildRequires: %{_bindir}/sphinx-build-2
-%endif # with_docs
%if %{with tests}
BuildRequires: python2-pytest >= %{pytest_version_lb}, python2-pytest < %{pytest_version_ub}
%endif # with tests
@@ -80,7 +77,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
%if %{with docs}
-BuildRequires: %{_bindir}/sphinx-build-3
+BuildRequires: %{_bindir}/sphinx-build
%endif # with_docs
%if %{with tests}
BuildRequires: python3-pytest >= %{pytest_version_lb}, python3-pytest < %{pytest_version_ub}
@@ -121,9 +118,6 @@ cp -a python2 python3
%if %{with python2}
pushd python2
%py2_build
-%if %{with docs}
-make -C doc html PYTHONPATH=$(pwd) SPHINXBUILD=sphinx-build-2
-%endif # with docs
popd
%endif # with python2
@@ -131,7 +125,7 @@ popd
pushd python3
%py3_build
%if %{with docs}
-make -C doc html PYTHONPATH=$(pwd) SPHINXBUILD=sphinx-build-3
+make -C doc html PYTHONPATH=$(pwd)
%endif # with docs
popd
%endif # with python3
@@ -182,9 +176,6 @@ popd
%doc python2/CHANGELOG
%doc python2/README.rst
%license python2/LICENSE
-%if %{with docs}
-%doc python2/doc/_build/html
-%endif # with_docs
%{python2_sitelib}/py-*.egg-info/
%{python2_sitelib}/py/
%endif # with python2
reply other threads:[~2026-08-01 11:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178558461559.1.3808152449175087178.rpms-python-py-c78d8baf41d3@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox