Skip to content

Commit b773724

Browse files
authored
fix local development target - serve-local-theme (#156)
* fix broken pip install (local theme) * patch version
1 parent 3c85784 commit b773724

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python-version: ${{ env.PYTHON_VERSION }}
7171

7272
- name: Set up Python dependencies
73-
run: pip install --upgrade build twine
73+
run: pip install --upgrade build packaging twine
7474

7575
- name: Build Python package
7676
run: python -m build

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serve-local-theme:
3636
#########################################################
3737

3838
install-build-requirements:
39-
pip install --upgrade build
39+
pip install --upgrade build packaging
4040

4141
build-pip-dist:
4242
python -m build --outdir ./dist

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-terminal",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "Terminal.css theme for MkDocs",
55
"keywords": [
66
"mkdocs",
@@ -25,4 +25,4 @@
2525
"engines": {
2626
"node": ">= 16"
2727
}
28-
}
28+
}

terminal/theme_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-4.6.0">
1+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-4.6.1">

0 commit comments

Comments
 (0)