From 436a7c7ccd9b472c788c9ec5bc6038fff8c51b19 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:01:56 +0100 Subject: [PATCH] FIX: install `sphinxcontrib-bibtex` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2963081f..279d4fc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ doc = [ "sphinx-design", "sphinx-pybtex-etal-style", "sphinx-togglebutton", + "sphinxcontrib-bibtex", "tensorwaves[phsp]", "tqdm", ]