From 5a1d79b163794cd8657df51f2055fe1ad8f9a3ce Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Thu, 3 Aug 2023 17:27:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20images=20(#39)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 18ad92bd..e3b7403b 100644 --- a/noxfile.py +++ b/noxfile.py @@ -124,4 +124,4 @@ def docs(session): else: session.install(f"{prefix}/lndocs") # do not simply add instance creation here - session.run("lndocs", "--strip-prefix") + session.run("lndocs", "--strip-prefix", "--fix-images")