Skip to content

Commit b9e8d86

Browse files
committed
Disable pdf and epub builds for releases.
h5_lock breaks if sphinx is run twice in a row (ie environment is pickled) Haven't been able to reliably trigger outside autosummary directives, so just disabling extra builds as they aren't all the useful anyway.
1 parent 216e7b7 commit b9e8d86

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readthedocs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ sphinx:
2424
fail_on_warning: false
2525

2626
# Optionally build your docs in additional formats such as PDF
27-
formats:
28-
- pdf
29-
- epub
27+
# Disable since h5_lock breaks build when sphinx is run twice in a row
28+
#formats:
29+
# - pdf
30+
# - epub
3031

3132
# Optionally set the requirements required to build your docs
3233
python:

0 commit comments

Comments
 (0)