From ec3a95b978e324d3dfa495d171ed4bf6a95a65f1 Mon Sep 17 00:00:00 2001 From: uriamor Date: Mon, 11 Dec 2023 14:55:38 +0200 Subject: [PATCH] .readthedocs.yaml build --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9f09319..87b2fa3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,11 @@ build: os: ubuntu-22.04 tools: python: "3.6" + jobs: + pre_build: + # Generate the Sphinx configuration for this Jupyter Book so it builds. + - "jupyter-book config sphinx docs/" + python: install: