File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ ERROR: Error while initializing Options
142
142
143
143
When installing a Conan package and the follow error occurs:
144
144
145
- .. code-block :: text
145
+ .. code-block :: bash
146
146
147
147
ERROR: conanfile.py: Error while initializing options. Please define your default_options as list or multiline string
148
148
149
- Problably your Conan version is outdated.
149
+ Probably your Conan version is outdated.
150
150
The error is related to ` default_options` be used as dictionary and only can be handled by Conan > = 1.8.
151
151
To fix this error, update Conan to 1.8 or higher.
Original file line number Diff line number Diff line change @@ -260,4 +260,12 @@ if "%1" == "pseudoxml" (
260
260
goto end
261
261
)
262
262
263
+ if " %1 " == " spelling" (
264
+ %SPHINXBUILD% -b spelling %ALLSPHINXOPTS% %BUILDDIR% /spelling
265
+ if errorlevel 1 exit /b 1
266
+ echo .
267
+ echo .Build finished. The spelling files are in %BUILDDIR% /spelling.
268
+ goto end
269
+ )
270
+
263
271
:end
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ bintray
36
36
Bintray
37
37
Bitbucket
38
38
bjam
39
+ blog
39
40
boolean
40
41
Boolean
41
42
Borland
@@ -54,6 +55,7 @@ checksums
54
55
Chocolatey
55
56
ci
56
57
CLion
58
+ cloudfare
57
59
cmake
58
60
CMAKE
59
61
CMake
85
87
cxxflags
86
88
cygwin
87
89
Cygwin
90
+ Debian
88
91
defaultConfig
89
92
dependants
90
93
deployable
170
173
IPv
171
174
isn
172
175
java
176
+ jenkins
173
177
JFrog
174
178
jN
175
179
jpeg
@@ -195,6 +199,7 @@ logins
195
199
logout
196
200
lXXX
197
201
lzma
202
+ Macos
198
203
macOS
199
204
Make
200
205
make
@@ -232,6 +237,7 @@ OpenCV
232
237
OpenSSL
233
238
openssl
234
239
openSUSE
240
+ org
235
241
os
236
242
OSInfo
237
243
overridable
@@ -355,6 +361,7 @@ toolchains
355
361
toolset
356
362
Toolsets
357
363
toolsets
364
+ Tox
358
365
tracebacks
359
366
travis
360
367
tty
You can’t perform that action at this time.
0 commit comments