Skip to content

Commit 5ad66c3

Browse files
committed
clean up authoring environment
1 parent 54684f0 commit 5ad66c3

3 files changed

Lines changed: 1 addition & 36 deletions

File tree

.vscode/tasks.json

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -177,23 +177,6 @@
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",
@@ -362,22 +345,5 @@
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
}

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) \

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ sphinxcontrib-youtube = "^1.4.1"
3333
[tool.poetry.group.dev.dependencies]
3434
hermesbaby = {extras = ["dev"], version = "^0.3.0"}
3535
kconfiglib = "^14.1.0"
36-
windows-curses = "^2.3.3"
3736
pyyaml = "^6.0.1"
3837

3938
[build-system]

0 commit comments

Comments
 (0)