From 2a5a84ee2f656f147baae73b4ffce7c52e69ef22 Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Mon, 19 Feb 2024 18:34:48 +0100 Subject: [PATCH] Minimize docs (#186) * check disk usage * check disk usage * do not execute nb * remove comments --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index cb42285..047d47b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,6 +22,7 @@ release = "0.0.1" extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "myst_parser", "nbsphinx"] nbsphinx_allow_errors = True +nbsphinx_execute = "never" napoleon_custom_sections = [("Returns", "params_style")] myst_heading_anchors = 3