We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ac6ca commit e72cd65Copy full SHA for e72cd65
nix/tools/docs.nix
@@ -35,6 +35,9 @@ let
35
workingDir = "/docs";
36
}
37
''
38
+ # https://github.com/sphinx-doc/sphinx/issues/11739
39
+ export LC_ALL=C.UTF-8
40
+
41
function build() {
42
${python}/bin/sphinx-build --color -W -a -n . -b "$@"
43
@@ -119,6 +122,8 @@ let
119
122
120
123
121
124
125
126
127
FILES=$(find . -type f -iname '*.rst' | tr '\n' ' ')
128
129
# shellcheck disable=SC2086 disable=SC2016
@@ -139,6 +144,8 @@ let
139
144
140
145
141
146
147
148
142
149
143
150
151
tail -n+2 postgrest.dict \
@@ -157,6 +164,8 @@ let
157
164
158
165
159
166
167
168
160
169
${python}/bin/sphinx-build --color -b linkcheck . ../.docs-build
161
170
'';
162
171
0 commit comments