Skip to content

Commit 6fd4714

Browse files
committed
Update docs build instructions
1 parent 7f8f236 commit 6fd4714

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Thumbs.db
88
.DS_Store
99
debug.log
1010
/test.png
11+
.venv
1112
.idea
1213
.vscode
1314
.vs

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We use [Mkdocs](https://www.mkdocs.org) and [Mike](https://github.com/jimporter/
8888
Make sure to have the following Python dependencies installed.
8989

9090
```sh
91-
$ pip install mike mkdocs mkdocs-material mkdocs-git-revision-date-plugin
91+
$ pip install mike mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin
9292
```
9393

9494
To serve the documentation site locally for development you can run the following commands from the terminal. Then, you'll be able to view the docs by navigating to `http://127.0.0.1:8000` in your browser.

0 commit comments

Comments
 (0)