Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2022 17:25:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268016] devel/py-virtualenv: Updating docs build for newer sphinx
Message-ID:  <bug-268016-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268016

            Bug ID: 268016
           Summary: devel/py-virtualenv: Updating docs build for newer
                    sphinx
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: nivit@FreeBSD.org
          Reporter: lab+bsd@thinkum.space
          Assignee: nivit@FreeBSD.org
             Flags: maintainer-feedback?(nivit@FreeBSD.org)

Created attachment 238373
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D238373&action=
=3Dedit
devel/py-virtualenv: using -m sphinx for docs build

When trying to build the documentation for the recently updated
devel/py-virtualenv port, I was noticing an error about a missing build_sph=
inx
command.=20

This was with a ports tree in a state of some local updates, including an
update for textproc/py-sphinx, which is now available at a release 5.3.0

I'm guessing that the local build failure may have been correlated to the l=
ocal
sphinx update.

With the attached patch, the docs build works out, even with this perhaps
uncommon local config.

This patch basically just uses `-m sphinx` directly for the docs build, with
output to a new .build_docs dir under wrkdir. The .build_docs dir is then u=
sed
as the origin dir for the copytree cmd.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268016-7788>