Re: sphinx-build module not found in sbuild

2024-01-08 Thread Jérémy Lal
Le lun. 8 janv. 2024 à 13:46, Julian Gilbey a écrit : > On Mon, Jan 08, 2024 at 01:22:54PM +0100, Jérémy Lal wrote: > > Hi, > > I'm stuck at this odd behavior: > > when I build a package in my current environment (debian/testing), > > sphinx-build ... works correctly. > > when building in sbuild,

Re: sphinx-build module not found in sbuild

2024-01-08 Thread Julian Gilbey
On Mon, Jan 08, 2024 at 01:22:54PM +0100, Jérémy Lal wrote: > Hi, > I'm stuck at this odd behavior: > when I build a package in my current environment (debian/testing), > sphinx-build ... works correctly. > when building in sbuild, sphinx-build doesn't find current module: > ModuleNotFoundError: No

sphinx-build module not found in sbuild

2024-01-08 Thread Jérémy Lal
Hi, I'm stuck at this odd behavior: when I build a package in my current environment (debian/testing), sphinx-build ... works correctly. when building in sbuild, sphinx-build doesn't find current module: ModuleNotFoundError: No module named 'xxx' in docs/conf.py at from xxx import __version__ I