Skip to content

Commit

Permalink
Fix wrong path for generated html (#709)
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <[email protected]>
  • Loading branch information
kerthcet authored Feb 19, 2025
1 parent d275b14 commit 0a21d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pip install -r requirements-docs.txt
make html
```

Now the html paged should be generated at "website/docs/build/html/index.html". You can open this html page with your web browser as our project front page.
Now the html paged should be generated at "docs/build/html/index.html". You can open this html page with your web browser as our project front page.

0 comments on commit 0a21d77

Please sign in to comment.