File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 177177 "isDefault" : true
178178 }
179179 },
180- {
181- "label" : " mk-my-day" ,
182- "type" : " shell" ,
183- "windows" : {
184- "command" : " ./mk-my-day.sh"
185- },
186- "options" : {
187- "statusbar" : {
188- "hide" : false
189- }
190- },
191- "problemMatcher" : [],
192- "group" : {
193- "kind" : " build" ,
194- "isDefault" : false
195- }
196- },
197180 {
198181 "label" : " pdf (requires MikTex)" ,
199182 "type" : " shell" ,
362345 "isDefault" : false
363346 }
364347 },
365- {
366- "label" : " save-my-day" ,
367- "type" : " shell" ,
368- "windows" : {
369- "command" : " ./save-my-day.sh"
370- },
371- "options" : {
372- "statusbar" : {
373- "hide" : false
374- }
375- },
376- "problemMatcher" : [],
377- "group" : {
378- "kind" : " build" ,
379- "isDefault" : false
380- }
381- },
382348 ]
383349}
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ html-live: .tools/.are-up-to-date deps-are-up-to-date-dev
210210 # Start continuous build, open browser automatically which reloads on change.
211211 @echo " Building sources at $( CFG_DIR_SOURCE) "
212212 poetry run sphinx-autobuild \
213- -j 10 \
213+ -j 1 \
214214 -W \
215215 -c "$(CFG_DIR_CONFIG)" \
216216 --watch $(CFG_DIR_CONFIG) \
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ sphinxcontrib-youtube = "^1.4.1"
3333[tool .poetry .group .dev .dependencies ]
3434hermesbaby = {extras = [" dev" ], version = " ^0.3.0" }
3535kconfiglib = " ^14.1.0"
36- windows-curses = " ^2.3.3"
3736pyyaml = " ^6.0.1"
3837
3938[build-system ]
You can’t perform that action at this time.
0 commit comments