You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,10 @@ make lint # check code style only
68
68
Setting up the code environment and dependencies, also includes the setup for pymwp docs.
69
69
The documentation is built with [mkdocs](https://squidfunk.github.io/mkdocs-material/).
70
70
71
-
If you want to build and run the documentation website, run:
71
+
If you want to build and run the documentation website locally, run:
72
72
73
-
```
73
+
```
74
+
python -m pip install -r requirements-doc.txt
74
75
mkdocs serve
75
76
```
76
77
@@ -111,4 +112,4 @@ for all configured distribution channels.
111
112
112
113
**Relevant workflows**
113
114
114
-
[](https://github.com/statycc/pymwp/actions/workflows/publish.yaml) handles all release and deployment tasks.
115
+
[](https://github.com/statycc/pymwp/actions/workflows/publish.yaml) handles all release and deployment tasks.
0 commit comments