File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Publish book workflow installs Material for MkDocs version 9
82
82
Install mkdocs version 9 using the Python pip package manager
83
83
84
84
``` shell
85
- pip install mkdocs-material==" 9.* "
85
+ pip install mkdocs-material==" 9.5 "
86
86
```
87
87
88
88
Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)
@@ -108,7 +108,10 @@ make docs
108
108
The website will open at < http://localhost:8000 >
109
109
110
110
If making smaller changes, then only rebuild the content that changes, speeding up the local development process
111
+
111
112
``` shell
112
113
make docs-changed
113
114
```
114
115
116
+ > NOTE: navigation changes may not be correctly reflected without reloading the page in the web browser or carrying out a full ` make docs ` build
117
+
You can’t perform that action at this time.
0 commit comments