From 3678df61699351b8989b342865afbf56ba3c39e5 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Tue, 17 Dec 2024 17:31:50 -0800 Subject: [PATCH] temp: allow warnings in doc build --- .readthedocs.yaml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 32a3f0e4e1..b9def06a35 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: sphinx: configuration: docs/conf.py - fail_on_warning: true + fail_on_warning: false formats: all diff --git a/pyproject.toml b/pyproject.toml index aabd9880f4..a2d6e0b139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,7 @@ docs = [ 'numcodecs[msgpack]', 'msgpack', 'ipython', + 'pickleshare', 'rich', ]