File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -349,3 +349,5 @@ xfail
349349yaaredis
350350openai-agents
351351validators
352+ jitter
353+ durations
Original file line number Diff line number Diff line change 22set -eux
33
44if [[ " ${READTHEDOCS:- } " = " True" ]]; then
5- # We skip here because we do not check spelling in RTD
6- echo " Skipping install"
5+ echo " Skipping spelling check in RTD"
76else
87 if [[ " $( uname) " == " Darwin" ]]; then
98 brew install enchant
9+ export PYENCHANT_LIBRARY_PATH=$( brew --prefix enchant) /lib/libenchant-2.dylib
1010 fi
11+ sphinx-build -vvv -W -b spelling docs docs/_build/spelling
1112fi
12-
13- if [[ " $( uname) " == " Darwin" ]]; then
14- export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib
15- fi
16-
1713reno lint
18- sphinx-build -vvv -W -b spelling docs docs/_build/html
1914sphinx-build -vvv -W -b html docs docs/_build/html
You can’t perform that action at this time.
0 commit comments