public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-py] pr7: https://fedoraproject.org/wiki/Changes/Sphinx2
@ 2026-08-01 11:43 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-01 11:43 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-01 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 11:43 [rpms/python-py] pr7: https://fedoraproject.org/wiki/Changes/Sphinx2 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox