Skip to content

Commit 3dbcb41

Browse files
Updated the instruction to locally run the docs
1 parent 90760ef commit 3dbcb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ pip install -U mkdocs
1919

2020
Build the HTML documentation by running
2121
```
22-
mkdocs build
22+
mkdocs build -f docs/mkdocs.yml
2323
```
2424
which will create a `site` directory where markdown files are
2525
converted to HTML
2626

2727
Create a local host for the HTML documentation by running
2828

2929
```
30-
mkdocs serve
30+
mkdocs serve -f docs/mkdocs.yml
3131
```
3232

3333
This will create the documentation, usually at http://localhost:8000 .

0 commit comments

Comments
 (0)