From f9fdd86c0fa29b189803d92df54b0aaad4510ee0 Mon Sep 17 00:00:00 2001 From: miguelgfierro Date: Mon, 15 Jan 2024 18:39:08 +0100 Subject: [PATCH] Change the way we compile the documentation Signed-off-by: miguelgfierro --- .github/workflows/update_documentation.yml | 3 ++- docs/requirements-doc.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_documentation.yml b/.github/workflows/update_documentation.yml index 8bd2f9afb..d0cf90de8 100644 --- a/.github/workflows/update_documentation.yml +++ b/.github/workflows/update_documentation.yml @@ -36,7 +36,8 @@ jobs: - name: Build documentation run: | - jupyter-book build docs + jupyter-book config sphinx docs/ + sphinx-build docs docs/_build/html -b html - name: Configure Git run: | diff --git a/docs/requirements-doc.txt b/docs/requirements-doc.txt index 35d283342..c390c44c1 100644 --- a/docs/requirements-doc.txt +++ b/docs/requirements-doc.txt @@ -1,4 +1,4 @@ -jupyter-book>=0.13.2 -sphinx>=4.5.0 +jupyter-book>0.15.0 +sphinx>5.0.0 sphinx_inline_tabs ghp-import \ No newline at end of file