From bbd30d12298ca80096becf6fa9847ef983344a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Thu, 5 Dec 2024 13:50:25 +0100 Subject: [PATCH] build: test owlbot config --- owlbot.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/owlbot.py b/owlbot.py index c215f26946..4911f99a6e 100644 --- a/owlbot.py +++ b/owlbot.py @@ -226,6 +226,14 @@ def place_before(path, text, *before_text, escape=None): escape="()", ) +place_before( + "noxfile.py", + "def docfx" + """# docfx session +@nox.session(python="3.10") +""", +) + s.replace( "noxfile.py", r"""session.install\("-e", "."\)""",