Skip to content

Commit

Permalink
build(deps): bump mkdocs-material to 9.5.42
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Oct 21, 2024
1 parent 6d2e58a commit 0719b13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ git clone https://github.com/pyloong/pythonic-project-guidelines

#### 2.1 本地初始化

> 建议使用 python3.11 及以上版本
创建虚拟环境:

```bash
Expand All @@ -89,7 +91,7 @@ pip install -r requirements.txt
#### 2.2 使用 Docker 初始化

```bash
docker pull squidfunk/mkdocs-material:9.1.11
docker pull squidfunk/mkdocs-material:9.5.42
```

### 3. 预览
Expand All @@ -105,13 +107,13 @@ mkdocs serve
**unix**:

```bash
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:9.1.11
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:9.5.42
```

**Windows**:

```bash
docker run --rm -it -p 8000:8000 -v "%cd%":/docs squidfunk/mkdocs-material:9.1.11
docker run --rm -it -p 8000:8000 -v "%cd%":/docs squidfunk/mkdocs-material:9.5.42
```

## 协作规范
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mkdocs-material==9.1.11
mkdocs-material==9.5.42

0 comments on commit 0719b13

Please sign in to comment.