Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Fix documentation building instructions #25942

Merged
merged 4 commits into from
Jun 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
pcmoritz committed Jun 20, 2022
commit 9e23ec8f1f2f62903dd7f1b5a86f20187f7ba0a4
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ make develop && open _build/html/index.html
```

> **_NOTE:_** The above command is for development, to reproduce build failures from the
> CI, you should use `make html` which is the same as develop but treats warnings as errors.
> CI, you should use `make html` which is the same as `make develop` but treats warnings as errors.

## Building just one sub-project

Expand Down