Skip to content

Commit 3678df6

Browse files
committed
temp: allow warnings in doc build
1 parent 98c3ba0 commit 3678df6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77

88
sphinx:
99
configuration: docs/conf.py
10-
fail_on_warning: true
10+
fail_on_warning: false
1111

1212
formats: all
1313

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ docs = [
8787
'numcodecs[msgpack]',
8888
'msgpack',
8989
'ipython',
90+
'pickleshare',
9091
'rich',
9192
]
9293

0 commit comments

Comments
 (0)