On Thu, 25 Jun 2026 at 08:22:46 +0200, Alexandre Detiste wrote:
override_dh_sphinxdoc:
+ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
PYTHONPATH=. python3 -m sphinx -N -b html doc/source
$(CURDIR)/debian/python-eventlet-doc/usr/share/doc/python-eventlet-doc/html
+endif
dh_sphinxdoc
Shouldn't this be looking for nodoc, rather than nocheck?
smcv

