Skip to content

Commit e249c1d

Browse files
committed
Document instructions to view built docs
1 parent 86b3600 commit e249c1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Run the example from the README and make sure the output looks correct.
1616
make -C docs
1717
```
1818

19+
View with a static file server, eg (hosting at http://127.0.0.1:8042/):
20+
21+
```shell
22+
python3 -m http.server -d docs/build/html/ -b 127.0.0.1 8042
23+
```
24+
1925
## Building package
2026
```shell
2127
pip install build

0 commit comments

Comments
 (0)