From 14acd3abef96042780172b322a0de43422936adc Mon Sep 17 00:00:00 2001 From: Dennis Reinsch Date: Thu, 1 Aug 2024 17:41:09 +0200 Subject: [PATCH] Do not execute notebooks on readthedocs --- .readthedocs.yaml | 1 - docs/source/conf.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6a40a1d..9a9a6ce 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -24,4 +24,3 @@ python: path: . extra_requirements: - docs - - localtest diff --git a/docs/source/conf.py b/docs/source/conf.py index 944fb6b..a1b11c2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -157,8 +157,8 @@ # TODO currently readthedocs uses ubuntu18.04, this is old # it also does not support starting supercollider as it lacks X server support. # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-apt-packages -# if on_rtd: -# nbsphinx_execute = "never" +if on_rtd: + nbsphinx_execute = "never" # -- RTD theme lower left ---------------------------------------------------- # Configuration for the menu on the lower left. Thanks to