From e40b3fc9f9a2e1a5d4f2b948953a560cbf3aef80 Mon Sep 17 00:00:00 2001 From: kklein Date: Wed, 26 Jun 2024 08:37:26 +0200 Subject: [PATCH] Add missing postinstall. --- docs/development.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.rst b/docs/development.rst index ac01494..711520d 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -30,7 +30,8 @@ You can build the documentation locally by running .. code-block:: console - pixi run docs + pixi run -e docs postinstall + pixi run -e docs docs You can then inspect the locally built docs by opening ``docs/_build/index.html``.