From 1dac3890166007ec6e0b51201dd4be4872675b04 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Fri, 10 May 2024 11:07:44 +0200 Subject: [PATCH] tweak config (#10) --- .github/workflows/deploy-docs-book.yml | 1 + docs/_config.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs-book.yml b/.github/workflows/deploy-docs-book.yml index 7754d64..292ec42 100644 --- a/.github/workflows/deploy-docs-book.yml +++ b/.github/workflows/deploy-docs-book.yml @@ -27,6 +27,7 @@ jobs: run: | pdm install --prod pdm install --group docs + pdm install --group visualisation # Build the book - name: Build the book diff --git a/docs/_config.yml b/docs/_config.yml index 68f3f50..f311a9f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -16,8 +16,8 @@ latex: targetname: book.tex # Add a bibtex file so that we can create citations -bibtex_bibfiles: - - references.bib +#bibtex_bibfiles: + #- references.bib # Information about where the book exists on the web repository: